Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.attribute.resolver.dc.ValidationException
- All Implemented Interfaces:
Serializable
Exception thrown by
Validators when validation fails.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ValidationException(Exception wrappedException) Constructor.ValidationException(String message) Constructor.ValidationException(String message, Exception wrapped) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ValidationException
public ValidationException()Constructor. -
ValidationException
Constructor.- Parameters:
message- exception message
-
ValidationException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
ValidationException
Constructor.- Parameters:
message- exception messagewrapped- exception to be wrapped by this one
-