Oracle

com.compoze.domino
Class DelegateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.compoze.util.NestedException
              extended by com.compoze.domino.DominoException
                  extended by com.compoze.domino.DelegateException
All Implemented Interfaces:
java.io.Serializable

public class DelegateException
extends DominoException
implements java.io.Serializable

This class is an exception that indicates a delegate exception.

See Also:
Serialized Form

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

DelegateException

public DelegateException()
Constructor.


DelegateException

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

Parameters:
sMessage - a detail message for the exception

DelegateException

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

Parameters:
e - the underlying exception

DelegateException

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

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

DelegateException

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

Parameters:
t - the underlying throwable

DelegateException

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

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

DelegateException

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

Oracle

Copyright ©1999-2008 Oracle All rights reserved.