Compoze Software, Inc.

com.compoze.domino
Class ChairNotPermittedException


java.lang.Object

  |

  +--java.lang.Throwable

        |

        +--java.lang.Exception

              |

              +--com.compoze.util.NestedException

                    |

                    +--com.compoze.domino.DominoException

                          |

                          +--com.compoze.domino.ChairNotPermittedException

All Implemented Interfaces:
java.io.Serializable

public class ChairNotPermittedException
extends DominoException
implements java.io.Serializable

This class is an exception that indicates an attempt to add a meeting recipient that is the chair of the meeting.

See Also:
Serialized Form

Constructor Summary
ChairNotPermittedException()
          Constructor.
ChairNotPermittedException(java.lang.Exception e)
          Constructor.
ChairNotPermittedException(java.lang.Exception e, java.lang.String sMessage)
          Constructor.
ChairNotPermittedException(java.lang.String sMessage, long lResultCode)
          Constructor.
ChairNotPermittedException(java.lang.String sMessage, Recipient[] recipients)
          Constructor.
ChairNotPermittedException(java.lang.Throwable t)
          Constructor.
ChairNotPermittedException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
ChairNotPermittedException(java.lang.Throwable t, java.lang.String sMessage, java.lang.String sUserMessage)
          Constructor.
 
Method Summary
 Recipient[] getRecipients()
          Gets the array of recipients in question.
 
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

ChairNotPermittedException


public ChairNotPermittedException()
Constructor.

ChairNotPermittedException


public ChairNotPermittedException(java.lang.String sMessage,
                                  Recipient[] recipients)
Constructor.
Parameters:
sMessage - a detail message for the exception

ChairNotPermittedException


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

ChairNotPermittedException


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

ChairNotPermittedException


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

ChairNotPermittedException


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

ChairNotPermittedException


public ChairNotPermittedException(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

ChairNotPermittedException


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

getRecipients


public Recipient[] getRecipients()
Gets the array of recipients in question.
Returns:
an array of recipients in question

Compoze Software, Inc.

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