ReentrancyModeDisallowedException Class
- java.
lang. Object - RuntimeException
- FabricException
- microsoft.
servicefabric. actors. ReentrancyModeDisallowedException
- microsoft.
public class ReentrancyModeDisallowedException extends FabricException
Exception thrown by actor runtime when reentrant call is made for an actor and its ReentrancyMode is set to Disallowed.
Constructor Summary
Constructor | Description |
---|---|
ReentrancyModeDisallowedException() |
Initializes a new instance of the ReentrancyModeDisallowedException class. |
ReentrancyModeDisallowedException(String message) |
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message. |
ReentrancyModeDisallowedException(String message, Throwable cause) |
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
ReentrancyModeDisallowedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) |
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message, a java.lang.Throwable cause and with two boolean flags to enable suppression and print stacktrace. |
ReentrancyModeDisallowedException(Throwable cause) |
Initializes a new instance of the ReentrancyModeDisallowedException class with a java.lang.Throwable cause. |
Inherited Members
Constructor Details
ReentrancyModeDisallowedException
public ReentrancyModeDisallowedException()
Initializes a new instance of the ReentrancyModeDisallowedException class.
ReentrancyModeDisallowedException
public ReentrancyModeDisallowedException(String message)
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message.
Parameters:
ReentrancyModeDisallowedException
public ReentrancyModeDisallowedException(String message, Throwable cause)
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
ReentrancyModeDisallowedException
protected ReentrancyModeDisallowedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Initializes a new instance of the ReentrancyModeDisallowedException class with a specified error message, a java.lang.Throwable cause and with two boolean flags to enable suppression and print stacktrace.
Parameters:
java.lang.Throwable
ReentrancyModeDisallowedException
public ReentrancyModeDisallowedException(Throwable cause)
Initializes a new instance of the ReentrancyModeDisallowedException class with a java.lang.Throwable cause.
Parameters:
java.lang.Throwable
Applies to
Azure SDK for Java