public class CodecException extends ShiroException
| Constructor and Description |
|---|
CodecException()
Creates a new
CodecException.
|
CodecException(String
Creates a new
CodecException.
|
CodecException(String
Creates a new
CodecException.
|
CodecException(Throwable
Creates a new
CodecException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodecException()
CodecException.
public CodecException(Stringmessage)
CodecException.
message - the reason for the exception.
public CodecException(Throwablecause)
CodecException.
cause - the underlying cause of the exception.