Class HookScriptStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bitbucket.ServiceException
com.atlassian.bitbucket.hook.script.HookScriptException
com.atlassian.bitbucket.hook.script.HookScriptStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HookScriptSizeExceededException
Thrown when a
hook script
can't be written to or read from the backing store.- Since:
- 6.2
- See Also:
-
Constructor Summary
ConstructorDescriptionHookScriptStoreException
(KeyedMessage message) HookScriptStoreException
(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
-
HookScriptStoreException
-
HookScriptStoreException
-