Package com.atlassian.bitbucket
Class DataStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.DataStoreException
- All Implemented Interfaces:
Serializable
Exception thrown when an operation on a data store, such as the database or disk, fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataStoreException
(KeyedMessage message) DataStoreException
(KeyedMessage message, Throwable cause) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.ServiceException
getKeyedMessage, getLocalizedMessage, getMessageKey
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataStoreException
- Parameters:
message
- a message describing the failure
-
DataStoreException
- Parameters:
message
- a message describing the failurecause
- the cause of the failure, which may benull
for top-level failures
-