Uses of Class
com.lexmark.saperion.exceptions.system.BackendSystemException.BackendSystemError
-
Packages that use BackendSystemException.BackendSystemError Package Description com.lexmark.saperion.exceptions com.lexmark.saperion.exceptions.system -
-
Uses of BackendSystemException.BackendSystemError in com.lexmark.saperion.exceptions
Fields in com.lexmark.saperion.exceptions declared as BackendSystemException.BackendSystemError Modifier and Type Field Description static BackendSystemException.BackendSystemError
EcmErrorCodes. BACKEND_CONFIGURATION_ERROR
error code - 121static BackendSystemException.BackendSystemError
EcmErrorCodes. BACKEND_CONNECTION_ERROR
error code - 122static BackendSystemException.BackendSystemError
EcmErrorCodes. BACKEND_EVENT_PROCESSING_ERROR
error code - 123static BackendSystemException.BackendSystemError
EcmErrorCodes. BACKEND_SYSTEM_ERROR
error code - 120static BackendSystemException.BackendSystemError
EcmErrorCodes. BACKEND_UN_PROCESSABLE_OPERATION_ERROR
error code - 124 -
Uses of BackendSystemException.BackendSystemError in com.lexmark.saperion.exceptions.system
Constructors in com.lexmark.saperion.exceptions.system with parameters of type BackendSystemException.BackendSystemError Constructor Description BackendSystemException(BackendSystemException.BackendSystemError errorCode)
Creates a new exception with the given error code.BackendSystemException(BackendSystemException.BackendSystemError 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.BackendSystemException(BackendSystemException.BackendSystemError 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.BackendSystemException(BackendSystemException.BackendSystemError errorCode, java.lang.String message)
Creates a new exception with the given error code and exception message.BackendSystemException(BackendSystemException.BackendSystemError errorCode, java.lang.Throwable cause)
Creates a new exception with the given error code and exception cause.
-