Uses of Class
com.lexmark.saperion.exceptions.system.BackendSystemException.BackendSystemError
Packages that use BackendSystemException.BackendSystemError
-
Uses of BackendSystemException.BackendSystemError in com.lexmark.saperion.exceptions
Fields in com.lexmark.saperion.exceptions declared as BackendSystemException.BackendSystemErrorModifier and TypeFieldDescriptionstatic final BackendSystemException.BackendSystemError
EcmErrorCodes.BACKEND_CONFIGURATION_ERROR
error code - 121static final BackendSystemException.BackendSystemError
EcmErrorCodes.BACKEND_CONNECTION_ERROR
error code - 122static final BackendSystemException.BackendSystemError
EcmErrorCodes.BACKEND_EVENT_PROCESSING_ERROR
error code - 123static final BackendSystemException.BackendSystemError
EcmErrorCodes.BACKEND_SYSTEM_ERROR
error code - 120static final 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.BackendSystemErrorModifierConstructorDescriptionprotected
Creates a new exception with the given error code.protected
BackendSystemException
(BackendSystemException.BackendSystemError 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
BackendSystemException
(BackendSystemException.BackendSystemError 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
BackendSystemException
(BackendSystemException.BackendSystemError errorCode, String message) Creates a new exception with the given error code and exception message.protected
BackendSystemException
(BackendSystemException.BackendSystemError errorCode, Throwable cause) Creates a new exception with the given error code and exception cause.