public class ConcurrentSandboxOperationException extends ConcurrentOperationException
transactionId
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.
|
getTransactionId
public ConcurrentSandboxOperationException(java.lang.String sandboxId, java.lang.String opBlocked, java.lang.String opInProgress)
sandboxId
- the ID of the sandbox involvedopBlocked
- the operation that failsopInProgress
- the operation that is in progress