|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--portlets.compoze.groupware.exception.GroupwareException
This class represents a groupware exception.
Constructor Summary | |
GroupwareException(java.lang.String sMessage)
Constructor. |
|
GroupwareException(java.lang.Throwable e)
Constructor. |
Method Summary | |
java.lang.Throwable |
getNestedException()
Gets the nested exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GroupwareException(java.lang.String sMessage)
sMessage
- the messagepublic GroupwareException(java.lang.Throwable e)
e
- the underlying exception (may not be null
)Method Detail |
public java.lang.Throwable getNestedException()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |