Class AttributeEncodingException

All Implemented Interfaces:
Serializable

@ThreadSafe public class AttributeEncodingException extends AttributeException
Indicates a problem during the encoding of an attribute.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial version UID.
      See Also:
  • Constructor Details

    • AttributeEncodingException

      public AttributeEncodingException()
      Constructor.
    • AttributeEncodingException

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

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

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