Class SandboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.util.sandbox.SandboxException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SandboxCrashedException
,SandboxNotFoundException
,SandboxStartupException
,SandboxTimeoutException
This error is thrown when sandbox failed to start or serve a request (e.g. crashed or was killed).
- Since:
- 6.12
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSandboxException
(String message) SandboxException
(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
-
SandboxException
-
SandboxException
-