com.retek.component.payment.integration.rewardcertificate
Class RewardCertificateProcessingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.retek.component.payment.integration.rewardcertificate.RewardCertificateProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RewardCertificateAuthorizationException

public abstract class RewardCertificateProcessingException
extends java.lang.Exception

Indicates that the system was unable to process a reward certificate.

See Also:
Serialized Form

Constructor Summary
RewardCertificateProcessingException(java.lang.String message)
           
RewardCertificateProcessingException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

RewardCertificateProcessingException

public RewardCertificateProcessingException(java.lang.String message)

RewardCertificateProcessingException

public RewardCertificateProcessingException(java.lang.String message,
                                            java.lang.Exception cause)
Method Detail

getCause

public java.lang.Throwable getCause()


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