Class BackendSystemException.BackendExceptionFactory
- java.lang.Object
- 
- com.lexmark.saperion.exceptions.system.BackendSystemException.BackendExceptionFactory
 
- 
- Enclosing class:
- BackendSystemException
 
 public static class BackendSystemException.BackendExceptionFactory extends java.lang.ObjectBackend exception factory.
- 
- 
Constructor SummaryConstructors Constructor Description BackendExceptionFactory()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static BackendSystemExceptionnewBackendConfigurationException(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 BackendSystemExceptionnewUnProcessableRequestException(java.lang.String message)Creates a new exception for backend where the request can't be processed.
 
- 
- 
- 
Method Detail- 
newBackendConfigurationExceptionpublic static BackendSystemException 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.- Parameters:
- message- the error message
- cause- the error cause
- parameters- the message parameters
- Returns:
- the backend configuration exception
 
 - 
newUnProcessableRequestExceptionpublic static BackendSystemException newUnProcessableRequestException(java.lang.String message) Creates 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
 
 
- 
 
-