Class InvalidCardException

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

public class InvalidCardException extends Exception
Thrown when card data (PAN, expiry, etc.) is invalid or cannot be parsed.
Since:
jPOS 1.1
See Also:
  • Constructor Details

    • InvalidCardException

      Default constructor.
    • InvalidCardException

      Constructs the exception with the given detail message.
      Parameters:
      s - detail message describing the invalid card data