public class DataStoreException extends RepositoryException
Constructor and Description |
---|
DataStoreException(java.lang.String message)
Constructs a new instance of this class with the specified detail
message.
|
DataStoreException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
DataStoreException(java.lang.Throwable rootCause)
Constructs a new instance of this class with the specified root cause.
|
public DataStoreException(java.lang.String message)
message
- the detailed message.public DataStoreException(java.lang.String message, java.lang.Throwable cause)
message
- the detailed message.cause
- root failure causepublic DataStoreException(java.lang.Throwable rootCause)
rootCause
- root failure causeCopyright © 2010 - 2020 Adobe. All Rights Reserved