org.apache.shiro.codec
Class CodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by org.apache.shiro.codec.CodecException
All Implemented Interfaces:
Serializable

public class CodecException
extends ShiroException

Root exception related to issues during encoding or decoding.

Since:
0.9
See Also:
Serialized Form

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

CodecException

public CodecException()
Creates a new CodecException.


CodecException

public CodecException(String message)
Creates a new CodecException.

Parameters:
message - the reason for the exception.

CodecException

public CodecException(Throwable cause)
Creates a new CodecException.

Parameters:
cause - the underlying cause of the exception.

CodecException

public CodecException(String message,
                      Throwable cause)
Creates a new CodecException.

Parameters:
message - the reason for the exception.
cause - the underlying cause of the exception.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.