Class SADValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
se.swedenconnect.opensaml.sweid.saml2.signservice.SADValidationException
All Implemented Interfaces:
Serializable

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

    • SADValidationException

      public SADValidationException(SADValidationException.ErrorCode errorCode, String message)
      Constructor assigning the error code and error message.
      Parameters:
      errorCode - the error code
      message - the error message
    • SADValidationException

      public SADValidationException(SADValidationException.ErrorCode errorCode, String message, Throwable cause)
      Constructor assigning the error code, the error message and the cause of the error.
      Parameters:
      errorCode - the error code
      message - the error message
      cause - the cause of the error
  • Method Details