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.system
Methods in com.lexmark.saperion.exceptions.system that return BackendSystemException Modifier and Type Method Description static BackendSystemException
BackendSystemException.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 BackendSystemException
BackendSystemException.BackendExceptionFactory. newUnProcessableRequestException(java.lang.String message)
Creates a new exception for backend where the request can't be processed.
-