jpos
Class JposException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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)
           
 
Method Summary
 int getErrorCode()
           
 int getErrorCodeExtended()
           
 java.lang.Exception getOrigException()
           
 
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
 

Constructor Detail

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)
Method Detail

getErrorCode

public int getErrorCode()

getErrorCodeExtended

public int getErrorCodeExtended()

getOrigException

public java.lang.Exception getOrigException()