Class DecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasypt.contrib.org.apache.commons.codec_1_3.DecoderException
- All Implemented Interfaces:
Serializable
Thrown when a Decoder has encountered a failure condition during a decode.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecoderException
Creates a DecoderException- Parameters:
pMessage
- A message with meaning to a human
-