atg.integrations.cybercash
Class CyberCashException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.integrations.cybercash.CyberCashException
All Implemented Interfaces:
java.io.Serializable

public class CyberCashException
extends java.lang.Exception

This class manages the communications to a CyberSource AVS system

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
CyberCashException(java.lang.String s)
           
 
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
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Constructor Detail

CyberCashException

public CyberCashException(java.lang.String s)