Class BackendSystemException.BackendExceptionFactory
java.lang.Object
com.lexmark.saperion.exceptions.system.BackendSystemException.BackendExceptionFactory
- Enclosing class:
- BackendSystemException
Backend exception factory.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic BackendSystemExceptionCreates a new exception for backend configuration errors.static BackendSystemExceptionnewUnProcessableRequestException(String message) Creates a new exception for backend where the request can't be processed.
- 
Constructor Details- 
BackendExceptionFactorypublic BackendExceptionFactory()
 
- 
- 
Method Details- 
newBackendConfigurationExceptionpublic static BackendSystemException newBackendConfigurationException(String message, Throwable cause, Map<String, String> parameters) Creates a new exception for backend configuration errors.- Parameters:
- message- the error message
- cause- the error cause
- parameters- the message parameters
- Returns:
- the backend configuration exception
 
- 
newUnProcessableRequestExceptionCreates a new exception for backend where the request can't be processed. For eg, Deleting a document with retention.- Parameters:
- message- the error message
- Returns:
- the backend exception
 
 
-