jPOS 1.6.1 API Documentation

org.jpos.core
Class CardAgentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.iso.ISOException
              extended by org.jpos.core.CardAgentException
All Implemented Interfaces:
java.io.Serializable, Loggeable

public class CardAgentException
extends ISOException

Since:
jPOS 1.1
Version:
$Id: CardAgentException.java 2594 2008-01-22 16:41:31Z apr $
Author:
apr@cs.com.uy
See Also:
Serialized Form

Constructor Summary
CardAgentException()
           
CardAgentException(java.lang.Exception e)
           
CardAgentException(java.lang.String s)
           
CardAgentException(java.lang.String s, java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.jpos.iso.ISOException
dump, getNested, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardAgentException

public CardAgentException()

CardAgentException

public CardAgentException(java.lang.String s)

CardAgentException

public CardAgentException(java.lang.Exception e)

CardAgentException

public CardAgentException(java.lang.String s,
                          java.lang.Exception e)

jPOS.org