public class CSAppFrameworkException
extends java.lang.Exception
Constructor and Description |
---|
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.
|
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.pCause
- The exceptions cause.