Class CodecException

All Implemented Interfaces:
Serializable

public class CodecException extends ShiroException
Root exception related to issues during encoding or decoding.
Since:
0.9
See Also:
  • Constructor Details

    • 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.