public class ConcurrentSandboxOperationException extends SandboxFrameworkException
Constructor and Description |
---|
ConcurrentSandboxOperationException(java.lang.String sandboxId,
java.lang.String opBlocked,
java.lang.String opInProgress)
Constructs an exception with the information of a sandbox and the competing
operations.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSandboxId()
Returns the sandbox ID associated with this exception.
|
public ConcurrentSandboxOperationException(java.lang.String sandboxId, java.lang.String opBlocked, java.lang.String opInProgress)
sandboxId
- opBlocked
- opInProgress
-