atg.commerce.csr.returns
Class ReturnException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.commerce.CommerceException
                  extended by atg.commerce.csr.returns.ReturnException
All Implemented Interfaces:
ContainableException, java.io.Serializable
Direct Known Subclasses:
PipelineErrorReturnException

public class ReturnException
extends CommerceException

This component encapsulates an exception that may occur during the processing of returns

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ReturnException()
           
ReturnException(java.lang.String s)
           
ReturnException(java.lang.String s, java.lang.Throwable throwable)
           
ReturnException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getMessageArguments, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMessageArguments, setSourceException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

ReturnException

public ReturnException()

ReturnException

public ReturnException(java.lang.String s)

ReturnException

public ReturnException(java.lang.String s,
                       java.lang.Throwable throwable)

ReturnException

public ReturnException(java.lang.Throwable throwable)