Package com.onelogin.saml2.exception
Class SettingsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.onelogin.saml2.exception.SAMLException
-
- com.onelogin.saml2.exception.SettingsException
-
- All Implemented Interfaces:
java.io.Serializable
public class SettingsException extends SAMLException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCERT_NOT_FOUNDprivate interrorCodestatic intPRIVATE_KEY_FILE_NOT_FOUNDstatic intPRIVATE_KEY_NOT_FOUNDstatic intPUBLIC_CERT_FILE_NOT_FOUNDprivate static longserialVersionUIDstatic intSETTINGS_INVALIDstatic intSETTINGS_INVALID_SYNTAX
-
Constructor Summary
Constructors Constructor Description SettingsException(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_INVALID_SYNTAX
public static final int SETTINGS_INVALID_SYNTAX
- See Also:
- Constant Field Values
-
SETTINGS_INVALID
public static final int SETTINGS_INVALID
- See Also:
- Constant Field Values
-
CERT_NOT_FOUND
public static final int CERT_NOT_FOUND
- See Also:
- Constant Field Values
-
PRIVATE_KEY_NOT_FOUND
public static final int PRIVATE_KEY_NOT_FOUND
- See Also:
- Constant Field Values
-
PUBLIC_CERT_FILE_NOT_FOUND
public static final int PUBLIC_CERT_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
PRIVATE_KEY_FILE_NOT_FOUND
public static final int PRIVATE_KEY_FILE_NOT_FOUND
- See Also:
- Constant Field Values
-
errorCode
private int errorCode
-
-