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.exceptionsFields in com.lexmark.saperion.exceptions declared as BackendSystemException.BackendSystemError Modifier and Type Field Description static BackendSystemException.BackendSystemErrorEcmErrorCodes. BACKEND_CONFIGURATION_ERRORerror code - 121static BackendSystemException.BackendSystemErrorEcmErrorCodes. BACKEND_CONNECTION_ERRORerror code - 122static BackendSystemException.BackendSystemErrorEcmErrorCodes. BACKEND_EVENT_PROCESSING_ERRORerror code - 123static BackendSystemException.BackendSystemErrorEcmErrorCodes. BACKEND_SYSTEM_ERRORerror code - 120static BackendSystemException.BackendSystemErrorEcmErrorCodes. BACKEND_UN_PROCESSABLE_OPERATION_ERRORerror code - 124
- 
Uses of BackendSystemException.BackendSystemError in com.lexmark.saperion.exceptions.systemConstructors 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.
 
-