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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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 causeCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.