jpos
Class JposException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jpos.JposException
- All Implemented Interfaces:
- java.io.Serializable
public class JposException
- extends java.lang.Exception
- See Also:
- Serialized Form
Constructor Summary |
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)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JposException
public JposException(int errorCode)
JposException
public JposException(int errorCode,
int errorCodeExtended)
JposException
public JposException(int errorCode,
java.lang.String description)
JposException
public JposException(int errorCode,
int errorCodeExtended,
java.lang.String description)
JposException
public JposException(int errorCode,
java.lang.String description,
java.lang.Exception origException)
JposException
public JposException(int errorCode,
int errorCodeExtended,
java.lang.String description,
java.lang.Exception origException)
getErrorCode
public int getErrorCode()
getErrorCodeExtended
public int getErrorCodeExtended()
getOrigException
public java.lang.Exception getOrigException()