Class AttributeDecodingException

All Implemented Interfaces:
Serializable

@ThreadSafe public class AttributeDecodingException extends AttributeException
Indicates a problem during decoding into an attribute.
See Also:
  • Field Details

    • serialVersionUID

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

    • AttributeDecodingException

      public AttributeDecodingException()
      Constructor.
    • AttributeDecodingException

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

      public AttributeDecodingException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • AttributeDecodingException

      public AttributeDecodingException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one