public class DataStoreException
extends RepositoryException
Constructor and Description |
---|
DataStoreException(String message)
Constructs a new instance of this class with the specified detail
message.
|
DataStoreException(String message,
Throwable cause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
DataStoreException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
public DataStoreException(String message)
message
- the detailed message.public DataStoreException(String message, Throwable cause)
message
- the detailed message.cause
- root failure causepublic DataStoreException(Throwable rootCause)
rootCause
- root failure cause"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"