public class JposException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
protected int |
errorCode |
protected int |
errorCodeExtended |
| Constructor and Description |
|---|
JposException(int errorCode) |
JposException(int errorCode,
int errorCodeExtended) |
JposException(int errorCode,
int errorCodeExtended,
java.lang.String description) |
JposException(int errorCode,
int errorCodeExtended,
java.lang.String description,
java.lang.Exception origException) |
JposException(int errorCode,
java.lang.String description) |
JposException(int errorCode,
java.lang.String description,
java.lang.Exception origException) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
int |
getErrorCodeExtended() |
java.lang.Exception |
getOrigException() |
public JposException(int errorCode)
public JposException(int errorCode,
int errorCodeExtended)
public JposException(int errorCode,
java.lang.String description)
public JposException(int errorCode,
int errorCodeExtended,
java.lang.String description)
public JposException(int errorCode,
java.lang.String description,
java.lang.Exception origException)
public JposException(int errorCode,
int errorCodeExtended,
java.lang.String description,
java.lang.Exception origException)