Class UnsupportedAttributeTypeException

All Implemented Interfaces:
Serializable

@ThreadSafe public class UnsupportedAttributeTypeException extends AttributeException
Exception thrown when a particular IdPAttributeValue type was expected but a different one was encountered.
See Also:
  • Field Details

    • serialVersionUID

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

    • UnsupportedAttributeTypeException

      public UnsupportedAttributeTypeException()
      Constructor.
    • UnsupportedAttributeTypeException

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

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

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