jPOS 1.6.7 API Documentation

org.jpos.core
Class UnknownCardException

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

public class UnknownCardException
extends java.lang.Exception

Since:
jPOS 1.1
Version:
$Id: UnknownCardException.java 2854 2010-01-02 10:34:31Z apr $
Author:
apr@cs.com.uy
See Also:
Serialized Form

Constructor Summary
UnknownCardException()
           
UnknownCardException(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

UnknownCardException

public UnknownCardException()

UnknownCardException

public UnknownCardException(java.lang.String s)

jPOS.org