|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.softwareag.centrasite.appl.framework.CSAppFrameworkException
public class CSAppFrameworkException
The frameworks base exception class. More specialized exceptions are derived from it.
Constructor Summary | |
---|---|
CSAppFrameworkException(java.lang.String pMessage)
Creates a new instance with the given detail message and no cause. |
|
CSAppFrameworkException(java.lang.String pMessage,
java.lang.Throwable pCause)
Creates a new instance with the given detail message and cause. |
|
CSAppFrameworkException(java.lang.Throwable pCause)
Creates a new instance with the given cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CSAppFrameworkException(java.lang.String pMessage, java.lang.Throwable pCause)
pMessage
- The detail message.pCause
- The exceptions cause.public CSAppFrameworkException(java.lang.String pMessage)
pMessage
- The detail message.public CSAppFrameworkException(java.lang.Throwable pCause)
Throwable.getMessage()
on the cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |