|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.apache.shiro.ShiroException org.apache.shiro.codec.CodecException
public class CodecException
Root exception related to issues during encoding or decoding.
Constructor Summary | |
---|---|
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 . |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |