Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.rmi
Class ServerShuttingDownException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by java.rmi.ConnectIOException
                      extended by weblogic.rmi.ServerShuttingDownException
All Implemented Interfaces:
Serializable

public final class ServerShuttingDownException
extends ConnectIOException

This exception is thrown for any new RMI request when the server is suspending.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ServerShuttingDownException(String s)
           
ServerShuttingDownException(String s, Exception e)
          Constructs a ServerShuttingDownException with the specified string and nested exception.
 
Method Summary
 Object interopWriteReplace(PeerInfo peerInfo)
           
 
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

ServerShuttingDownException

public ServerShuttingDownException(String s)

ServerShuttingDownException

public ServerShuttingDownException(String s,
                                   Exception e)
Constructs a ServerShuttingDownException with the specified string and nested exception.

Parameters:
s - the string message.
e - the nested exception.
Method Detail

interopWriteReplace

public Object interopWriteReplace(PeerInfo peerInfo)
                           throws IOException
Throws:
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02