Class AttributesValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.sweid.saml2.attribute.AttributesValidationException
All Implemented Interfaces:
Serializable

public class AttributesValidationException extends Exception
Exception class that is used to indicate validation errors for attributes.
Author:
Martin Lindström (martin@idsec.se)
See Also:
  • Constructor Details

    • AttributesValidationException

      public AttributesValidationException(String message)
      Constructor assigning an error message.
      Parameters:
      message - the error message.
    • AttributesValidationException

      public AttributesValidationException(String message, Throwable cause)
      Constructor assigning an error message and the underlying cause of the error.
      Parameters:
      message - the error message.
      cause - the underlying cause of the error.