com.retek.component.payment
Class InvalidCreditCardNumberException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.commons.domain.core.exception.BusinessException
              extended bycom.retek.component.payment.CreditCardBusinessException
                  extended bycom.retek.component.payment.InvalidCreditCardNumberException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCreditCardNumberException
extends CreditCardBusinessException

InvalidCreditCardNumberException is an exception that is thrown in the case where a credit card number is improperly formatted. This is not the same as when a credit card number is not valid or active, it just means that the numbers aren't valid according to the rules.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
InvalidCreditCardNumberException(java.lang.String creditCardNumber)
           
 
Methods inherited from class com.retek.commons.domain.core.exception.BusinessException
add, addAll, getMaxSeverity, getMessage, getMessageBundle, getMessageKey, getMessageValues, getProblems, hasErrors, hasProblems, hasProblems, printStackTrace, printStackTrace, printStackTrace, throwIfErrors
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCreditCardNumberException

public InvalidCreditCardNumberException(java.lang.String creditCardNumber)


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25