jdollars.core
Class CardReportedStolenException

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

public class CardReportedStolenException
extends CreditCardException

the card has been reported "stolen"

See Also:
Serialized Form

Constructor Summary
CardReportedStolenException(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

CardReportedStolenException

public CardReportedStolenException(java.lang.String strMsg)