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, toString
public 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.public CodecException(String message, Throwable cause)
CodecException
.message
- the reason for the exception.cause
- the underlying cause of the exception.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.