Class EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jasypt.contrib.org.apache.commons.codec_1_3.EncoderException
- All Implemented Interfaces:
Serializable
Thrown when there is a failure condition during the encoding process. This
exception is thrown when an Encoder encounters a encoding specific exception
such as invalid data, inability to calculate a checksum, characters outside of the
expected range.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncoderException
(String pMessage) Creates a new instance of this exception with an useful message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncoderException
Creates a new instance of this exception with an useful message.- Parameters:
pMessage
- a useful message relating to the encoder specific error.
-