atg.integrations.cybersource
Class CyberSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cybersource.ics.base.exception.ICSException
              extended by atg.integrations.cybersource.CyberSourceException
All Implemented Interfaces:
java.io.Serializable

public class CyberSourceException
extends com.cybersource.ics.base.exception.ICSException

This class manages the communications to a CyberSource AVS system

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
           
 
Fields inherited from class com.cybersource.ics.base.exception.ICSException
id
 
Constructor Summary
CyberSourceException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class com.cybersource.ics.base.exception.ICSException
getID, setID
 
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

CyberSourceException

public CyberSourceException(java.lang.String s)