Class XMLSignatureValidator.ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.metadata.dom.impl.XMLSignatureValidator.ValidationException
All Implemented Interfaces:
Serializable
Enclosing class:
XMLSignatureValidator

public static class XMLSignatureValidator.ValidationException extends Exception
Exception class representing a failure to validate.
See Also:
  • Field Details

    • serialVersionUID

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

    • ValidationException

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

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