Uses of Class
com.lexmark.saperion.exceptions.system.BackendSystemException.BackendSystemError
Packages that use BackendSystemException.BackendSystemError
- 
Uses of BackendSystemException.BackendSystemError in com.lexmark.saperion.exceptionsFields in com.lexmark.saperion.exceptions declared as BackendSystemException.BackendSystemErrorModifier and TypeFieldDescriptionstatic final BackendSystemException.BackendSystemErrorEcmErrorCodes.BACKEND_CONFIGURATION_ERRORerror code - 121static final BackendSystemException.BackendSystemErrorEcmErrorCodes.BACKEND_CONNECTION_ERRORerror code - 122static final BackendSystemException.BackendSystemErrorEcmErrorCodes.BACKEND_EVENT_PROCESSING_ERRORerror code - 123static final BackendSystemException.BackendSystemErrorEcmErrorCodes.BACKEND_SYSTEM_ERRORerror code - 120static final 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.BackendSystemErrorModifierConstructorDescriptionprotectedCreates a new exception with the given error code.protectedBackendSystemException(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.protectedBackendSystemException(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.protectedBackendSystemException(BackendSystemException.BackendSystemError errorCode, String message) Creates a new exception with the given error code and exception message.protectedBackendSystemException(BackendSystemException.BackendSystemError errorCode, Throwable cause) Creates a new exception with the given error code and exception cause.