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 SummaryConstructorsConstructorDescriptionFileStoreException(KeyedMessage message) FileStoreException(KeyedMessage message, Throwable cause) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.ServiceExceptiongetKeyedMessage, getLocalizedMessage, getMessageKeyMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileStoreException
- 
FileStoreException
 
-