Class InvalidCardException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jpos.core.InvalidCardException
- All Implemented Interfaces:
Serializable
Thrown when card data (PAN, expiry, etc.) is invalid or cannot be parsed.
- Since:
- jPOS 1.1
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructs the exception with the given detail message. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCardException
public InvalidCardException()Default constructor. -
InvalidCardException
Constructs the exception with the given detail message.- Parameters:
s- detail message describing the invalid card data
-