Uses of Class
com.lexmark.saperion.exceptions.system.SecurityException.SecurityError
-
Packages that use SecurityException.SecurityError Package Description com.lexmark.saperion.exceptions com.lexmark.saperion.exceptions.system -
-
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptions
-
Uses of SecurityException.SecurityError in com.lexmark.saperion.exceptions.system
Constructors in com.lexmark.saperion.exceptions.system with parameters of type SecurityException.SecurityError Constructor Description SecurityException(SecurityException.SecurityError errorCode)
Creates a new exception with the given error code.SecurityException(SecurityException.SecurityError errorCode, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, java.lang.String message, java.lang.Throwable cause)
Creates a new exception with the given error code, error details, exception cause and exception message.SecurityException(SecurityException.SecurityError errorCode, com.lexmark.saperion.exceptions.ErrorDetailsType errorDetails, java.util.Map<java.lang.String,java.lang.String> parameters, java.lang.String message, java.lang.Throwable cause)
Creates a new exception with the given error code, error details, error parameters, exception cause and exception message.SecurityException(SecurityException.SecurityError errorCode, java.lang.String message)
Creates a new exception with the given error code and exception message.SecurityException(SecurityException.SecurityError errorCode, java.lang.Throwable cause)
Creates a new exception with the given error code and exception cause.
-