| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.core.exception.ContainerException
atg.clicktoconnect.C2CSessionException
public class C2CSessionException
An exception thrown by the ClickToConnect application
| Field Summary | |
|---|---|
| static java.lang.String | CLASS_VERSIONClass 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 | 
|---|
| 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 | 
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public 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.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||