Class FilterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.saml.metadata.resolver.filter.FilterException
- All Implemented Interfaces:
Serializable
An exception thrown during the evaluation of a
MetadataFilter
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.FilterException
(Exception wrappedException) Constructor.FilterException
(String message) Constructor.FilterException
(String message, Exception wrappedException) 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
-
FilterException
public FilterException()Constructor. -
FilterException
Constructor.- Parameters:
message
- exception message
-
FilterException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
FilterException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-