Uses of Class
com.lexmark.saperion.exceptions.system.SecurityException.SecurityError
Packages that use SecurityException.SecurityError
- 
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptionsFields in com.lexmark.saperion.exceptions declared as SecurityException.SecurityErrorModifier and TypeFieldDescriptionstatic final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_ERRORerror code - 206static final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_INVALID_HEADERerror code - 208static final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_INVALID_PASSWORDerror code - 210static final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_INVALID_TENANTerror code - 209static final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_PASSWORD_EXPIREDerror code - 211static final SecurityException.SecurityErrorEcmErrorCodes.AUTHENTICATION_UNKNOWN_SCHEMEerror code - 207static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_ACCESS_DENIEDerror code - 201static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_ERRORerror code - 200static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_TOKEN_EXPIREDerror code - 203static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_TOKEN_INCONSISTENTerror code - 205static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_TOKEN_INVALIDerror code - 204static final SecurityException.SecurityErrorEcmErrorCodes.SECURITY_TOKEN_UNKNOWNerror code - 202
- 
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptions.systemConstructors in com.lexmark.saperion.exceptions.system with parameters of type SecurityException.SecurityErrorModifierConstructorDescriptionprotectedSecurityException(SecurityException.SecurityError errorCode) Creates a new exception with the given error code.protectedSecurityException(SecurityException.SecurityError errorCode, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, String message, Throwable cause) Creates a new exception with the given error code, error details, exception cause and exception message.protectedSecurityException(SecurityException.SecurityError errorCode, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, Map<String, String> parameters, String message, Throwable cause) Creates a new exception with the given error code, error details, error parameters, exception cause and exception message.protectedSecurityException(SecurityException.SecurityError errorCode, String message) Creates a new exception with the given error code and exception message.protectedSecurityException(SecurityException.SecurityError errorCode, Throwable cause) Creates a new exception with the given error code and exception cause.