Class BackendSystemException.BackendSystemError
java.lang.Object
com.lexmark.saperion.exceptions.ErrorCodeType
com.lexmark.saperion.exceptions.ErrorConstantType
com.lexmark.saperion.exceptions.system.SystemException.SystemError
com.lexmark.saperion.exceptions.system.BackendSystemException.BackendSystemError
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BackendSystemException
public static class BackendSystemException.BackendSystemError
extends com.lexmark.saperion.exceptions.system.SystemException.SystemError
Backend error definition.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lexmark.saperion.exceptions.ErrorConstantType
setCode
Methods inherited from class com.lexmark.saperion.exceptions.ErrorCodeType
equals, getCode, hashCode, toString
-
Constructor Details
-
BackendSystemError
public BackendSystemError(int code) Default constructor.- Parameters:
code
- error code
-