public class CodecException extends ShiroException
| Constructor and Description |
|---|
CodecException()
Creates a new
CodecException. |
CodecException(String message)
Creates a new
CodecException. |
CodecException(String message,
Throwable cause)
Creates a new
CodecException. |
CodecException(Throwable cause)
Creates a new
CodecException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CodecException()
CodecException.public CodecException(String message)
CodecException.message - the reason for the exception.public CodecException(Throwable cause)
CodecException.cause - the underlying cause of the exception.Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.