Uses of Class
com.atlassian.confluence.util.sandbox.SandboxException
-
Packages that use SandboxException Package Description com.atlassian.confluence.util.sandbox Sandbox framework enables running any java code independent of Confluence core in a separate OS process which can crash, run out of memory, be killed and restarted without affecting Confluence. -
-
Uses of SandboxException in com.atlassian.confluence.util.sandbox
Subclasses of SandboxException in com.atlassian.confluence.util.sandbox Modifier and Type Class Description classSandboxCrashedExceptionIs thrown when sandbox JVM has crashedclassSandboxNotFoundExceptionThis error is thrown when sandbox instance with given spec can't be obtainedclassSandboxStartupExceptionIf thrown when the sandbox process has been failed to startclassSandboxTimeoutExceptionIs thrown when the sandbox process has been killed due to the timeout
-