Class CryptographicServiceMessage.ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.security.CryptographicServiceMessage.ParsingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
CryptographicServiceMessage
Exception thrown when CSM parsing fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ParsingException(String detail) Constructs a ParsingException with the given message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
public ParsingException()Default constructor. -
ParsingException
Constructs a ParsingException with the given message.- Parameters:
detail- the error message
-