public class InvalidSandboxOperationException extends SandboxFrameworkException implements SandboxApiClientError
Constructor and Description |
---|
InvalidSandboxOperationException(java.lang.String sandboxId,
java.lang.String message)
Constructs an exception with the information of a sandbox and a message.
|
InvalidSandboxOperationException(java.lang.String sandboxId,
java.lang.String state,
java.lang.String operation)
Constructs an exception with the information of a sandbox and a sandbox
operation.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSandboxId()
Returns the sandbox ID associated with this exception.
|
public InvalidSandboxOperationException(java.lang.String sandboxId, java.lang.String state, java.lang.String operation)
sandboxId
- the ID of the sandboxstate
- the current sandbox stateoperation
- the name of the operationpublic InvalidSandboxOperationException(java.lang.String sandboxId, java.lang.String message)
sandboxId
- the ID of the sandboxmessage
- the message