Class CodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.codec.CodecException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DecodingException, EncodingException

@ThreadSafe public class CodecException extends Exception
A general checked Exception thrown by the failure of a Codec.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization ID.
      See Also:
  • Constructor Details

    • CodecException

      public CodecException()
      Constructor.
    • CodecException

      public CodecException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • CodecException

      public CodecException(@Nullable Throwable cause)
      Constructor.
      Parameters:
      cause - the cause of the exception
    • CodecException

      public CodecException(@Nullable String message, @Nullable Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - the cause of the exceptio