ActorConcurrencyLockTimeoutException Class
- java.
lang. Object - RuntimeException
- FabricException
- microsoft.
servicefabric. actors. ActorConcurrencyLockTimeoutException
- microsoft.
public class ActorConcurrencyLockTimeoutException extends FabricException
Exception thrown by actor runtime when runtime cannot acquire the turn based concurrency lock to dispatch the method.
Constructor Summary
Constructor | Description | |
---|---|---|
ActorConcurrencyLockTimeoutException() |
Initializes a new instance of the ActorConcurrencyLockTimeoutException class. |
|
ActorConcurrencyLockTimeoutException(String message) |
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message. |
|
ActorConcurrencyLockTimeoutException(String message, Throwable cause) |
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
ActorConcurrencyLockTimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) |
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception, and parameters such as whether exception can be suppressed and whether stack trace is writable. |
|
ActorConcurrencyLockTimeoutException(Throwable cause) |
Inherited Members
Constructor Details
ActorConcurrencyLockTimeoutException
public ActorConcurrencyLockTimeoutException()
Initializes a new instance of the ActorConcurrencyLockTimeoutException class.
ActorConcurrencyLockTimeoutException
public ActorConcurrencyLockTimeoutException(String message)
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message.
Parameters:
ActorConcurrencyLockTimeoutException
public ActorConcurrencyLockTimeoutException(String message, Throwable cause)
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
ActorConcurrencyLockTimeoutException
protected ActorConcurrencyLockTimeoutException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Initializes a new instance of the ActorConcurrencyLockTimeoutException class with a specified error message and a reference to the inner exception that is the cause of this exception, and parameters such as whether exception can be suppressed and whether stack trace is writable.
Parameters:
ActorConcurrencyLockTimeoutException
public ActorConcurrencyLockTimeoutException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java