Package org.certificateservices.messages
Class MessageProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.certificateservices.messages.MessageProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MessageException,TimeoutException
public class MessageProcessingException extends java.lang.ExceptionException thrown when internal error occurred during processing of an message, this could be of bad configuration or library dependencies missing.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageProcessingException(java.lang.String message)Exception thrown when internal error occurred during processing of an message, this could be of bad configuration or library dependencies missing.MessageProcessingException(java.lang.String message, java.lang.Throwable cause)Exception thrown when internal error occurred during processing of an message, this could be of configuration or library dependencies missing.
-
-
-
Constructor Detail
-
MessageProcessingException
public MessageProcessingException(java.lang.String message, java.lang.Throwable cause)Exception thrown when internal error occurred during processing of an message, this could be of configuration or library dependencies missing.- Parameters:
message- a descriptive message about the cause of the exception.cause- the cause of the exception.
-
MessageProcessingException
public MessageProcessingException(java.lang.String message)
Exception thrown when internal error occurred during processing of an message, this could be of bad configuration or library dependencies missing.- Parameters:
message- a descriptive message about the cause of the exception.
-
-