Package org.apache.shiro.lang.codec
Class CodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.lang.codec.CodecException
- All Implemented Interfaces:
Serializable
Root exception related to issues during encoding or decoding.
- Since:
- 0.9
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCodecException.CodecException(String message) Creates a newCodecException.CodecException(String message, Throwable cause) Creates a newCodecException.CodecException(Throwable cause) Creates a newCodecException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CodecException
public CodecException()Creates a newCodecException. -
CodecException
Creates a newCodecException.- Parameters:
message- the reason for the exception.
-
CodecException
Creates a newCodecException.- Parameters:
cause- the underlying cause of the exception.
-
CodecException
Creates a newCodecException.- Parameters:
message- the reason for the exception.cause- the underlying cause of the exception.
-