BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.rmi.extensions
Class DisconnectMonitorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byjava.rmi.UnmarshalException
                      extended byweblogic.rmi.extensions.DisconnectMonitorException
All Implemented Interfaces:
Serializable

public final class DisconnectMonitorException
extends UnmarshalException

DisconnectMonitorException is delivered to the DisconnectListener when the heartbeat interval has elapsed.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
DisconnectMonitorException(String message)
          Constructs exception with the specified message.
DisconnectMonitorException(String message, Exception ex)
          Constructs exception with the specified message and exception.
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DisconnectMonitorException

public DisconnectMonitorException(String message)
Constructs exception with the specified message.


DisconnectMonitorException

public DisconnectMonitorException(String message,
                                  Exception ex)
Constructs exception with the specified message and exception.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.