Class SAMLSevereException

All Implemented Interfaces:
Serializable

public class SAMLSevereException extends SAMLException
See Also:
  • Field Details

    • SETTINGS_FILE_NOT_FOUND

      public static final int SETTINGS_FILE_NOT_FOUND
      See Also:
    • METADATA_SP_INVALID

      public static final int METADATA_SP_INVALID
      See Also:
    • SAML_RESPONSE_NOT_FOUND

      public static final int SAML_RESPONSE_NOT_FOUND
      See Also:
    • SAML_LOGOUTMESSAGE_NOT_FOUND

      public static final int SAML_LOGOUTMESSAGE_NOT_FOUND
      See Also:
    • SAML_LOGOUTREQUEST_INVALID

      public static final int SAML_LOGOUTREQUEST_INVALID
      See Also:
    • SAML_LOGOUTRESPONSE_INVALID

      public static final int SAML_LOGOUTRESPONSE_INVALID
      See Also:
    • SAML_SINGLE_LOGOUT_NOT_SUPPORTED

      public static final int SAML_SINGLE_LOGOUT_NOT_SUPPORTED
      See Also:
  • Constructor Details

    • SAMLSevereException

      public SAMLSevereException(String message, int errorCode)
    • SAMLSevereException

      public SAMLSevereException(String message, int errorCode, Throwable cause)
  • Method Details

    • getErrorCode

      public int getErrorCode()