Compoze Software, Inc.

com.compoze.domino
Class DominoACLException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.compoze.util.NestedException
              extended bycom.compoze.domino.DominoException
                  extended bycom.compoze.domino.DominoACLException
All Implemented Interfaces:
java.io.Serializable

public class DominoACLException
extends DominoException
implements java.io.Serializable

This class is an exception that indicates the specified user does not have adequate access permissions to access the mailbox.

See Also:
Serialized Form

Constructor Summary
DominoACLException()
          Constructor.
DominoACLException(java.lang.Exception e)
          Constructor.
DominoACLException(java.lang.Exception e, java.lang.String sMessage)
          Constructor.
DominoACLException(java.lang.String sMessage)
          Constructor.
DominoACLException(java.lang.String sMessage, long lResultCode)
          Constructor.
DominoACLException(java.lang.Throwable t)
          Constructor.
DominoACLException(java.lang.Throwable t, java.lang.String sMessage)
          Constructor.
DominoACLException(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, 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

DominoACLException

public DominoACLException()
Constructor.


DominoACLException

public DominoACLException(java.lang.String sMessage)
Constructor.

Parameters:
sMessage - a detail message for the exception

DominoACLException

public DominoACLException(java.lang.Exception e)
Constructor.

Parameters:
e - the underlying exception

DominoACLException

public DominoACLException(java.lang.Exception e,
                          java.lang.String sMessage)
Constructor.

Parameters:
e - the underlying exception
sMessage - a detail message for the exception

DominoACLException

public DominoACLException(java.lang.Throwable t)
Constructor.

Parameters:
t - the underlying throwable

DominoACLException

public DominoACLException(java.lang.Throwable t,
                          java.lang.String sMessage)
Constructor.

Parameters:
t - the underlying throwable
sMessage - a detail message for the exception

DominoACLException

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

DominoACLException

public DominoACLException(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.