Class FilterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opensaml.saml.metadata.resolver.filter.FilterException
All Implemented Interfaces:
Serializable

public class FilterException extends Exception
An exception thrown during the evaluation of a MetadataFilter.
See Also:
  • Field Details

    • serialVersionUID

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

    • FilterException

      public FilterException()
      Constructor.
    • FilterException

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

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

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