public class SandboxFrameworkException
extends java.lang.RuntimeException
Constructor and Description |
---|
SandboxFrameworkException(java.lang.String key,
java.lang.String message)
Constructs an exception with an object key and a message.
|
SandboxFrameworkException(java.lang.String key,
java.lang.Throwable cause)
Constructs an exception with an object key and a cause.
|
SandboxFrameworkException(java.lang.Throwable cause)
Constructs an exception with a cause.
|
public SandboxFrameworkException(java.lang.Throwable cause)
cause
- the cause of the exceptionpublic SandboxFrameworkException(java.lang.String key, java.lang.Throwable cause)
key
- the key of the object involved in this exceptioncause
- the cause of the exceptionpublic SandboxFrameworkException(java.lang.String key, java.lang.String message)
key
- the key of the object involved in this exceptionmessage
- the message of the exception