jdollars.core
Class CardReportedLostException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jdollars.core.CreditCardException
                    |
                    +--jdollars.core.CardReportedLostException
All Implemented Interfaces:
java.io.Serializable

public class CardReportedLostException
extends CreditCardException

the card has been reported "lost"

See Also:
Serialized Form

Constructor Summary
CardReportedLostException(java.lang.String strMsg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CardReportedLostException

public CardReportedLostException(java.lang.String strMsg)