atg.svc.clicktoconnect
Class C2CException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.core.exception.ContainerException
              extended by atg.svc.clicktoconnect.C2CException
All Implemented Interfaces:
atg.core.exception.ContainableException, java.io.Serializable

public class C2CException
extends atg.core.exception.ContainerException

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
C2CException()
          Constructs a new C2CException.
C2CException(java.lang.String pStr)
          Constructs a new C2CException with the given explanation.
C2CException(java.lang.String pStr, java.lang.Throwable pSourceException)
          Constructs a new C2CException with the given explanation.
C2CException(java.lang.Throwable pSourceException)
          Constructs a new C2CException.
 
Method Summary
 
Methods inherited from class atg.core.exception.ContainerException
getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, 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 java.lang.String CLASS_VERSION
Class version string

Constructor Detail

C2CException

public C2CException()
Constructs a new C2CException.


C2CException

public C2CException(java.lang.String pStr)
Constructs a new C2CException with the given explanation.


C2CException

public C2CException(java.lang.Throwable pSourceException)
Constructs a new C2CException.

Parameters:
pSourceException - the initial exception which was the root cause of the problem

C2CException

public C2CException(java.lang.String pStr,
                    java.lang.Throwable pSourceException)
Constructs a new C2CException with the given explanation.

Parameters:
pSourceException - the initial exception which was the root cause of the problem