Package com.onelogin.saml2.exception
Class Error
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.onelogin.saml2.exception.SAMLException
-
- com.onelogin.saml2.exception.Error
-
- All Implemented Interfaces:
java.io.Serializable
public class Error extends SAMLException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private interrorCodestatic intMETADATA_SP_INVALIDstatic intSAML_LOGOUTMESSAGE_NOT_FOUNDstatic intSAML_LOGOUTREQUEST_INVALIDstatic intSAML_LOGOUTRESPONSE_INVALIDstatic intSAML_RESPONSE_NOT_FOUNDstatic intSAML_SINGLE_LOGOUT_NOT_SUPPORTEDprivate static longserialVersionUIDstatic intSETTINGS_FILE_NOT_FOUND
-
Constructor Summary
Constructors Constructor Description Error(java.lang.String message, int errorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetErrorCode()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
SETTINGS_FILE_NOT_FOUND
public static final int SETTINGS_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
METADATA_SP_INVALID
public static final int METADATA_SP_INVALID
- See Also:
- Constant Field Values
-
SAML_RESPONSE_NOT_FOUND
public static final int SAML_RESPONSE_NOT_FOUND
- See Also:
- Constant Field Values
-
SAML_LOGOUTMESSAGE_NOT_FOUND
public static final int SAML_LOGOUTMESSAGE_NOT_FOUND
- See Also:
- Constant Field Values
-
SAML_LOGOUTREQUEST_INVALID
public static final int SAML_LOGOUTREQUEST_INVALID
- See Also:
- Constant Field Values
-
SAML_LOGOUTRESPONSE_INVALID
public static final int SAML_LOGOUTRESPONSE_INVALID
- See Also:
- Constant Field Values
-
SAML_SINGLE_LOGOUT_NOT_SUPPORTED
public static final int SAML_SINGLE_LOGOUT_NOT_SUPPORTED
- See Also:
- Constant Field Values
-
errorCode
private int errorCode
-
-