Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-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, weblogic.common.internal.InteropWriteReplaceable

public final class ServerShuttingDownException
extends ConnectIOException
implements weblogic.common.internal.InteropWriteReplaceable

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
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface weblogic.common.internal.InteropWriteReplaceable
interopWriteReplace
 

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.

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02