public class C2CSessionException extends ContainerException
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
mNestedContainerException| Constructor and Description | 
|---|
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. 
 | 
appendExtraInfo, containsInheritableInfo, getAttributes, getErrorCode, getMessageArguments, getNestedContainerException, getSourceException, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setAttributes, setErrorCode, setMessageArguments, setNestedContainerException, setSourceException, toString, toStringpublic C2CSessionException()
public C2CSessionException(java.lang.String pMessage)
pMessage - the textual message for the exception.public C2CSessionException(java.lang.String pMessage,
                           java.lang.Throwable pNested)
pMessage - the textual message for the exception.pNested - the nested exception.public C2CSessionException(java.lang.Throwable pNested)
pNested - the nested exception.