org.books.exception
Class CreditCardExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.books.exception.CreditCardExpiredException
All Implemented Interfaces:
java.io.Serializable

public class CreditCardExpiredException
extends java.lang.Exception

The exception CreditCardExpiredException is thrown if the credit card has expired.

Version:
1.0
Author:
Stephan Fischli
See Also:
Serialized Form

Constructor Summary
CreditCardExpiredException()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreditCardExpiredException

public CreditCardExpiredException()


Copyright © 2007 - bouquet dot ch, 3032 Hinterkappelen. All Rights Reserved.