Class SandboxCrashedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.util.sandbox.SandboxException
com.atlassian.confluence.util.sandbox.SandboxCrashedException
- All Implemented Interfaces:
Serializable
Is thrown when sandbox JVM has crashed
- Since:
- 6.12
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSandboxCrashedException
(String message) SandboxCrashedException
(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
-
SandboxCrashedException
-
SandboxCrashedException
-