BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.rmi
Class RemoteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byweblogic.common.T3Exception
                  extended byweblogic.rmi.RemoteException
All Implemented Interfaces:
weblogic.utils.NestedThrowable, Serializable
Direct Known Subclasses:
AccessException, ConnectException, ConnectIOException, MarshalException, NoSuchObjectException, ServerError, ServerException, ServerRuntimeException, StubNotFoundException, UnexpectedException, UnknownHostException, UnmarshalException

Deprecated. 7.0.0.0 Replaced by java.rmi.RemoteException

public class RemoteException
extends weblogic.common.T3Exception

Class for RemoteExceptions, the general exception thrown by any remotely invoked method.

All interfaces for remote objects must throw RemoteException.

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

Nested Class Summary
 
Nested classes inherited from class weblogic.utils.NestedThrowable
weblogic.utils.NestedThrowable.Util
 
Field Summary
 Throwable detail
          Deprecated. Throwable nested within the RemoteException.
 
Constructor Summary
RemoteException()
          Deprecated. Constructs a RemoteException with no message.
RemoteException(String s)
          Deprecated. Constructs a RemoteException with the specified message.
RemoteException(String s, Throwable t)
          Deprecated. Constructs a RemoteException with the specified message and nested throwable object.
 
Method Summary
 String getMessage()
          Deprecated. Returns the message including the message from the nested exception if there is one.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public Throwable detail
Deprecated. 
Throwable nested within the RemoteException.

Constructor Detail

RemoteException

public RemoteException()
Deprecated. 
Constructs a RemoteException with no message.


RemoteException

public RemoteException(String s)
Deprecated. 
Constructs a RemoteException with the specified message.


RemoteException

public RemoteException(String s,
                       Throwable t)
Deprecated. 
Constructs a RemoteException with the specified message and nested throwable object.

Method Detail

getMessage

public String getMessage()
Deprecated. 
Returns the message including the message from the nested exception if there is one.


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