Class AttributeFilterException

All Implemented Interfaces:
Serializable

@ThreadSafe public final class AttributeFilterException extends AttributeException
Indicates that an error has occurred during an attribute filtering process.
See Also:
  • Field Details

    • serialVersionUID

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

    • AttributeFilterException

      public AttributeFilterException()
      Constructor.
    • AttributeFilterException

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

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

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