Class ResponseValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.saml2.response.ResponseProcessingException
se.swedenconnect.opensaml.saml2.response.validation.ResponseValidationException
All Implemented Interfaces:
Serializable

public class ResponseValidationException extends ResponseProcessingException
Exception class for response validation errors.
Author:
Martin Lindström (martin@idsec.se)
See Also:
  • Constructor Details

    • ResponseValidationException

      @Deprecated(forRemoval=true) public ResponseValidationException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Also supply the response message
      Constructor taking an error message.
      Parameters:
      message - the error message
    • ResponseValidationException

      public ResponseValidationException(String message, org.opensaml.saml.saml2.core.Response response)
      Constructor taking an error message and the response being processed.
      Parameters:
      message - the error message
      response - the response being processed
    • ResponseValidationException

      @Deprecated(forRemoval=true) public ResponseValidationException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Also supply the response message
      Constructor taking an error message and the cause of the error.
      Parameters:
      message - the error message
      cause - the cause of the error
    • ResponseValidationException

      public ResponseValidationException(String message, Throwable cause, org.opensaml.saml.saml2.core.Response response)
      Constructor taking an error message, the cause of the error and the response being processed.
      Parameters:
      message - the error message
      cause - the cause of the error
      response - the response being processed