Uses of Class
com.lexmark.saperion.exceptions.system.BackendSystemException
- 
Packages that use BackendSystemException Package Description com.lexmark.saperion.exceptions.system 
- 
- 
Uses of BackendSystemException in com.lexmark.saperion.exceptions.systemMethods in com.lexmark.saperion.exceptions.system that return BackendSystemException Modifier and Type Method Description static BackendSystemExceptionBackendSystemException.BackendExceptionFactory. newBackendConfigurationException(java.lang.String message, java.lang.Throwable cause, java.util.Map<java.lang.String,java.lang.String> parameters)Creates a new exception for backend configuration errors.static BackendSystemExceptionBackendSystemException.BackendExceptionFactory. newUnProcessableRequestException(java.lang.String message)Creates a new exception for backend where the request can't be processed.
 
-