Package org.certificateservices.messages
Class MessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.certificateservices.messages.MessageProcessingException
-
- org.certificateservices.messages.MessageException
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class MessageException extends MessageProcessingException
Deprecated.Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageException(java.lang.String message)Deprecated.Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.MessageException(java.lang.String message, java.lang.Throwable cause)Deprecated.Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.
-
-
-
Constructor Detail
-
MessageException
public MessageException(java.lang.String message, java.lang.Throwable cause)Deprecated.Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.- Parameters:
message- a descriptive message about the cause of the exception.cause- the cause of the exception.
-
MessageException
public MessageException(java.lang.String message)
Deprecated.Exception thrown due to bad internal state when processing a PKIMessage resulting in a ERROR response code in the PKIMessage protocol.- Parameters:
message- a descriptive message about the cause of the exception.
-
-