com.retek.component.payment
Class CreditCardBusinessException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidCreditCardNumberException

public class CreditCardBusinessException
extends BusinessException

A parent class for other credit card business exceptions.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Constructor Summary
CreditCardBusinessException(java.lang.String key)
           
CreditCardBusinessException(java.lang.String key, java.lang.Object[] values)
           
 
Methods inherited from class com.retek.commons.domain.core.exception.BusinessException
add, addAll, getMaxSeverity, getMessage, 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

CreditCardBusinessException

public CreditCardBusinessException(java.lang.String key)

CreditCardBusinessException

public CreditCardBusinessException(java.lang.String key,
                                   java.lang.Object[] values)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28