|
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 | +--com.compoze.util.NestedException | +--com.compoze.domino.DominoException
This class is an exception that wraps any exceptions thrown in Domino.
Constructor Summary | |
DominoException()
Constructor. |
|
DominoException(java.lang.Exception e)
Constructor. |
|
DominoException(java.lang.Exception e,
java.lang.String sMessage)
Constructor. |
|
DominoException(java.lang.String sMessage)
Constructor. |
|
DominoException(java.lang.String sMessage,
long lResultCode)
Constructor. |
|
DominoException(java.lang.Throwable t)
Constructor. |
|
DominoException(java.lang.Throwable t,
java.lang.String sMessage)
Constructor. |
|
DominoException(java.lang.Throwable t,
java.lang.String sMessage,
java.lang.String sUserMessage)
Constructor. |
Method Summary | |
ResultCode |
getResultCode()
Gets the result error code for this exception. |
java.lang.String |
getUserMessage()
Gets a message suitable for display to the user. |
Methods inherited from class com.compoze.util.NestedException |
getNestedException, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DominoException()
public DominoException(java.lang.String sMessage)
sMessage
- a detail message for the exceptionpublic DominoException(java.lang.String sMessage, long lResultCode)
sMessage
- a detail message for the exceptionlResultCode
- the result codepublic DominoException(java.lang.Exception e)
e
- the underlying exceptionpublic DominoException(java.lang.Exception e, java.lang.String sMessage)
e
- the underlying exceptionsMessage
- a detail message for the exceptionpublic DominoException(java.lang.Throwable t)
t
- the underlying throwablepublic DominoException(java.lang.Throwable t, java.lang.String sMessage)
t
- the underlying throwablesMessage
- a detail message for the exceptionpublic DominoException(java.lang.Throwable t, java.lang.String sMessage, java.lang.String sUserMessage)
t
- the underlying throwablesMessage
- a detail message for the exceptionsUserMessage
- a message suitable for display to the
userMethod Detail |
public java.lang.String getUserMessage()
public ResultCode getResultCode()
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |