Class FileStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.filestore.FileStoreException
- All Implemented Interfaces:
Serializable
Exception thrown when a file store operation fails.
All message strings should be assumed will be sent to the client and should not contain any sensitive information regarding the system configuration, file store location, or other internal details.
- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileStoreException
(KeyedMessage message) FileStoreException
(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
-
FileStoreException
-
FileStoreException
-