jPOS 1.6.7 API Documentation

org.jpos.core
Class InvalidCardException

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

public class InvalidCardException
extends java.lang.Exception

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

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

InvalidCardException

public InvalidCardException()

InvalidCardException

public InvalidCardException(java.lang.String s)

jPOS.org