|
Oracle | ||||||||
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.compoze.util.NestedException
com.compoze.domino.DominoException
com.compoze.domino.AppointmentCancellationException
public class AppointmentCancellationException
This class is an exception that indicates an error occurs while attempting to cancel an appointment.
Constructor Summary | |
---|---|
AppointmentCancellationException()
Constructor. |
|
AppointmentCancellationException(java.lang.Exception e)
Constructor. |
|
AppointmentCancellationException(java.lang.Exception e,
java.lang.String sMessage)
Constructor. |
|
AppointmentCancellationException(java.lang.String sMessage)
Constructor. |
|
AppointmentCancellationException(java.lang.String sMessage,
long lResultCode)
Constructor. |
|
AppointmentCancellationException(java.lang.Throwable t)
Constructor. |
|
AppointmentCancellationException(java.lang.Throwable t,
java.lang.String sMessage)
Constructor. |
|
AppointmentCancellationException(java.lang.Throwable t,
java.lang.String sMessage,
java.lang.String sUserMessage)
Constructor. |
Method Summary |
---|
Methods inherited from class com.compoze.domino.DominoException |
---|
getResultCode, getUserMessage |
Methods inherited from class com.compoze.util.NestedException |
---|
getNestedException, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AppointmentCancellationException()
public AppointmentCancellationException(java.lang.String sMessage)
sMessage
- a detail message for the exceptionpublic AppointmentCancellationException(java.lang.Exception e)
e
- the underlying exceptionpublic AppointmentCancellationException(java.lang.Exception e, java.lang.String sMessage)
e
- the underlying exceptionsMessage
- a detail message for the exceptionpublic AppointmentCancellationException(java.lang.Throwable t)
t
- the underlying throwablepublic AppointmentCancellationException(java.lang.Throwable t, java.lang.String sMessage)
t
- the underlying throwablesMessage
- a detail message for the exceptionpublic AppointmentCancellationException(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
userpublic AppointmentCancellationException(java.lang.String sMessage, long lResultCode)
sMessage
- a detail message for the exceptionlResultCode
- the result code
|
Oracle | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |