Class ReceiptMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.certificateservices.messages.receipts.ReceiptMessageException
-
- All Implemented Interfaces:
java.io.Serializable
public class ReceiptMessageException extends java.lang.ExceptionException thrown due to bad internal state when processing a RecieptMessage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReceiptMessageException(java.lang.String message)Exception thrown due to bad internal state when processing a RecieptMessage.ReceiptMessageException(java.lang.String message, java.lang.Throwable cause)Exception thrown due to bad internal state when processing a RecieptMessage.
-
-
-
Constructor Detail
-
ReceiptMessageException
public ReceiptMessageException(java.lang.String message, java.lang.Throwable cause)Exception thrown due to bad internal state when processing a RecieptMessage.- Parameters:
message- a descriptive message about the cause of the exception.cause- the cause of the exception.
-
ReceiptMessageException
public ReceiptMessageException(java.lang.String message)
Exception thrown due to bad internal state when processing a RecieptMessage.- Parameters:
message- a descriptive message about the cause of the exception.
-
-