Class AttributesValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- se.litsec.swedisheid.opensaml.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.lindstrom@litsec.se)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributesValidationException(String message)Constructor assigning an error message.AttributesValidationException(String message, Throwable cause)Constructor assigning an error message and the underlying cause of the error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AttributesValidationException
public AttributesValidationException(String message)
Constructor assigning an error message.- Parameters:
message- the error message.
-
-