Package net.shibboleth.shared.codec
Class CodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.codec.CodecException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecodingException,EncodingException
A general checked
Exception thrown by the failure of a Codec.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.CodecException(String message) Constructor.CodecException(String message, Throwable cause) Constructor.CodecException(Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization ID.- See Also:
-
-
Constructor Details
-
CodecException
public CodecException()Constructor. -
CodecException
Constructor.- Parameters:
message- exception message
-
CodecException
Constructor.- Parameters:
cause- the cause of the exception
-
CodecException
Constructor.- Parameters:
message- exception messagecause- the cause of the exceptio
-