Voyager ORB

com.objectspace.voyager
Class RuntimeRemoteException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.objectspace.voyager.RuntimeRemoteException

public class RuntimeRemoteException
extends java.lang.RuntimeException

A RuntimeRemoteException is thrown when an exception occurs during a remote method call and the method declaration does not throw java.rmi.RemoteException.

Version:
3.0
See Also:
Serialized Form

Field Summary
 java.lang.Throwable detail
          The remote exception that occurred.
 java.lang.String remoteUrl
           
 
Constructor Summary
RuntimeRemoteException(java.lang.String message, java.lang.Throwable exception)
          Construct a RuntimeRemoteException with the specified message and exception.
RuntimeRemoteException(java.lang.Throwable exception)
          Construct a RuntimeRemoteException to wrap the specified exception.
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getRemoteURL()
           
 void setRemoteURL(java.lang.String remoteUrl)
           
 java.lang.String toString()
          Return a string that describes me.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, 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
The remote exception that occurred.

remoteUrl

public java.lang.String remoteUrl
Constructor Detail

RuntimeRemoteException

public RuntimeRemoteException(java.lang.Throwable exception)
Construct a RuntimeRemoteException to wrap the specified exception.
Parameters:
exception - The exception to wrap.

RuntimeRemoteException

public RuntimeRemoteException(java.lang.String message,
                              java.lang.Throwable exception)
Construct a RuntimeRemoteException with the specified message and exception.
Parameters:
message - The message.
exception - The exception to wrap.
Method Detail

toString

public java.lang.String toString()
Return a string that describes me.
Overrides:
toString in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getRemoteURL

public java.lang.String getRemoteURL()

setRemoteURL

public void setRemoteURL(java.lang.String remoteUrl)

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240