atg.svc.clicktoconnect
Class C2CException
java.lang.Object
java.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
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. |
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 |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
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