Class ValidatorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.common.validation.ValidatorException
All Implemented Interfaces:
Serializable

public class ValidatorException extends Exception
Generic exception class for validator errors.
Author:
Martin Lindström (martin@idsec.se)
See Also:
  • Constructor Details

    • ValidatorException

      public ValidatorException(org.opensaml.saml.common.assertion.ValidationContext context)
      Constructor that initializes based on the supplied ValidationContext.
      Parameters:
      context - validation context
    • ValidatorException

      public ValidatorException(String message)
      Constructor accepting an error message.
      Parameters:
      message - the error message
    • ValidatorException

      public ValidatorException(String message, Throwable cause)
      Constructor accepting an error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error