jPOS 1.6.1 API Documentation

org.jpos.core
Class CardAgentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jpos.core.CardAgentNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class CardAgentNotFoundException
extends java.lang.Exception

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

Constructor Summary
CardAgentNotFoundException()
           
CardAgentNotFoundException(java.lang.String s)
           
 
Method Summary
 
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

CardAgentNotFoundException

public CardAgentNotFoundException()

CardAgentNotFoundException

public CardAgentNotFoundException(java.lang.String s)

jPOS.org