Uses of Class
com.lexmark.saperion.exceptions.system.SecurityException.SecurityError
Packages that use SecurityException.SecurityError
-
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptions
Fields in com.lexmark.saperion.exceptions declared as SecurityException.SecurityErrorModifier and TypeFieldDescriptionstatic final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_ERROR
error code - 206static final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_INVALID_HEADER
error code - 208static final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_INVALID_PASSWORD
error code - 210static final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_INVALID_TENANT
error code - 209static final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_PASSWORD_EXPIRED
error code - 211static final SecurityException.SecurityError
EcmErrorCodes.AUTHENTICATION_UNKNOWN_SCHEME
error code - 207static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_ACCESS_DENIED
error code - 201static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_ERROR
error code - 200static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_TOKEN_EXPIRED
error code - 203static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_TOKEN_INCONSISTENT
error code - 205static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_TOKEN_INVALID
error code - 204static final SecurityException.SecurityError
EcmErrorCodes.SECURITY_TOKEN_UNKNOWN
error code - 202 -
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptions.system
Constructors in com.lexmark.saperion.exceptions.system with parameters of type SecurityException.SecurityErrorModifierConstructorDescriptionprotected
SecurityException
(SecurityException.SecurityError errorCode) Creates a new exception with the given error code.protected
SecurityException
(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.protected
SecurityException
(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.protected
SecurityException
(SecurityException.SecurityError errorCode, String message) Creates a new exception with the given error code and exception message.protected
SecurityException
(SecurityException.SecurityError errorCode, Throwable cause) Creates a new exception with the given error code and exception cause.