ActorConcurrencyLockTimeoutException 类
定义
Exception thrown by actor runtime when runtime cannot acquire the turn based concurrency lock to dispatch the method.
public class ActorConcurrencyLockTimeoutException extends FabricException
- 继承
继承成员
构造函数
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) |