BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.rmi
Class RemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--weblogic.common.T3Exception
                          |
                          +--weblogic.rmi.RemoteException
Direct Known Subclasses:
AccessException, ConnectException, ConnectIOException, ExportException, MarshalException, NoSuchObjectException, ServerError, ServerException, ServerRuntimeException, SkeletonMismatchException, SkeletonNotFoundException, StubNotFoundException, UnexpectedException, UnknownHostException, UnmarshalException

public class RemoteException
extends T3Exception

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

All interfaces for Remote objects must throw RemoteException.

Author:
Copyright (c) 1997-1998 by WebLogic, Inc. All Rights Reserved., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Field Summary
 java.lang.Throwable detail
          Throwable nested within the RemoteException.
 
Constructor Summary
RemoteException()
          Constructs a RemoteException with no message.
RemoteException(java.lang.String s)
          Constructs a RemoteException with the specified message.
RemoteException(java.lang.String s, java.lang.Throwable t)
          Constructs a RemoteException with the specified message and nested Throwable object.
 
Method Summary
 java.lang.String getMessage()
          Returns the message including the message from the nested exception if there is one.
 
Methods inherited from class weblogic.common.T3Exception
getNested, getNestedException, printStackTrace, printStackTrace, setNestedException, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

detail

public java.lang.Throwable detail
Throwable nested within the RemoteException.
Constructor Detail

RemoteException

public RemoteException()
Constructs a RemoteException with no message.

RemoteException

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

Parameters:
s - String message

RemoteException

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

Parameters:
s - String message
ex - Throwable object nested in this Exception
Method Detail

getMessage

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

Overrides:
getMessage in class java.lang.Throwable

Documentation is available at
http://www.weblogic.com/docs51