atg.clicktoconnect
Class C2CSessionException

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

public class C2CSessionException
extends ContainerException

An exception thrown by the ClickToConnect application

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
C2CSessionException()
          Constructs a new C2CSessionException.
C2CSessionException(java.lang.String pMessage)
          Create a new exception with the specified message.
C2CSessionException(java.lang.String pMessage, java.lang.Throwable pNested)
          Create a new exception with the specified message and nested exception.
C2CSessionException(java.lang.Throwable pNested)
          Create a new exception with the specified nested exception.
 
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

C2CSessionException

public C2CSessionException()
Constructs a new C2CSessionException.


C2CSessionException

public C2CSessionException(java.lang.String pMessage)
Create a new exception with the specified message.

Parameters:
pMessage - the textual message for the exception.

C2CSessionException

public C2CSessionException(java.lang.String pMessage,
                           java.lang.Throwable pNested)
Create a new exception with the specified message and nested exception.

Parameters:
pMessage - the textual message for the exception.
pNested - the nested exception.

C2CSessionException

public C2CSessionException(java.lang.Throwable pNested)
Create a new exception with the specified nested exception.

Parameters:
pNested - the nested exception.