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 SummaryConstructorsConstructorDescriptionSandboxException(String message) SandboxException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SandboxException
- 
SandboxException
 
-