Compoze Software, Inc.

com.compoze.domino
Class AppointmentConfirmationException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.NestedException

                    |

                    +--com.compoze.domino.DominoException

                          |

                          +--com.compoze.domino.AppointmentConfirmationException

All Implemented Interfaces:
java.io.Serializable

public class AppointmentConfirmationException
extends DominoException
implements java.io.Serializable

This class is an exception that indicates an error occurs while attempting to confirm an appointment.

See Also:
Serialized Form

Constructor Summary
AppointmentConfirmationException()
          Constructor.
AppointmentConfirmationException(java.lang.Exception e)
          Constructor.
AppointmentConfirmationException(java.lang.Exception e, java.lang.String sMessage)
          Constructor.
AppointmentConfirmationException(java.lang.String sMessage)
          Constructor.
AppointmentConfirmationException(java.lang.String sMessage, long lResultCode)
          Constructor.
AppointmentConfirmationException(java.lang.Throwable t)
          Constructor.
AppointmentConfirmationException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
AppointmentConfirmationException(java.lang.Throwable t, java.lang.String sMessage, java.lang.String sUserMessage)
          Constructor.
 
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, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppointmentConfirmationException


public AppointmentConfirmationException()
Constructor.

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.String sMessage)
Constructor.
Parameters:
sMessage - a detail message for the exception

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.Exception e)
Constructor.
Parameters:
e - the underlying exception

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.Exception e,
                                        java.lang.String sMessage)
Constructor.
Parameters:
e - the underlying exception
sMessage - a detail message for the exception

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.Throwable t)
Constructor.
Parameters:
t - the underlying throwable

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.Throwable t,
                                        java.lang.String sMessage)
Constructor.
Parameters:
t - the underlying throwable
sMessage - a detail message for the exception

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.Throwable t,
                                        java.lang.String sMessage,
                                        java.lang.String sUserMessage)
Constructor.
Parameters:
t - the underlying throwable
sMessage - a detail message for the exception
sUserMessage - a message suitable for display to the user

AppointmentConfirmationException


public AppointmentConfirmationException(java.lang.String sMessage,
                                        long lResultCode)
Constructor.
Parameters:
sMessage - a detail message for the exception
lResultCode - the result code

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.