Class FileStoreConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.filestore.FileStoreConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown when a file store is misconfigured.
The message should assist the administrator in diagnosing the problem. It is safe to assume that message strings will not be sent to the client, and will only be logged in the application logs.
- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorDescriptionFileStoreConfigurationException
(String message) FileStoreConfigurationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileStoreConfigurationException
-
FileStoreConfigurationException
-