Class SandboxNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.util.sandbox.SandboxException
-
- com.atlassian.confluence.util.sandbox.SandboxNotFoundException
-
- All Implemented Interfaces:
Serializable
@ExperimentalApi public class SandboxNotFoundException extends SandboxException
This error is thrown when sandbox instance with given spec can't be obtained- Since:
- 6.12
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SandboxNotFoundException(String message)
SandboxNotFoundException(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
-
-