DuplicateMessageException Class
- java.
lang. Object - RuntimeException
- FabricException
- microsoft.
servicefabric. actors. DuplicateMessageException
- microsoft.
public class DuplicateMessageException extends FabricException
Exception indicates that Actor recieved Duplicate Message
Constructor Summary
Constructor | Description | |
---|---|---|
DuplicateMessageException() |
Initializes a new instance of the DuplicateMessageException class. |
|
DuplicateMessageException(String message) |
Initializes a new instance of the DuplicateMessageException class with a specified error message. |
|
DuplicateMessageException(String message, Throwable cause) |
Initializes a new instance of the DuplicateMessageException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
DuplicateMessageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) |
Initializes a new instance of the DuplicateMessageException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
DuplicateMessageException(Throwable cause) |
Inherited Members
Constructor Details
DuplicateMessageException
public DuplicateMessageException()
Initializes a new instance of the DuplicateMessageException class.
DuplicateMessageException
public DuplicateMessageException(String message)
Initializes a new instance of the DuplicateMessageException class with a specified error message.
Parameters:
DuplicateMessageException
public DuplicateMessageException(String message, Throwable cause)
Initializes a new instance of the DuplicateMessageException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
DuplicateMessageException
protected DuplicateMessageException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Initializes a new instance of the DuplicateMessageException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
DuplicateMessageException
public DuplicateMessageException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java