All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.RuntimeRemoteException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jnfs.RuntimeRemoteException
- public class RuntimeRemoteException
- extends RuntimeException
Thrown when a java.rmi.RemoteException
would normally be
thrown, but cannot because only sublcasses of
java.lang.RuntimeException
can be thrown.
- Version:
- $Id: RuntimeRemoteException.java,v 2.4 1997/05/20 17:59:39 mjr Exp $
- Author:
- Michael John Radwin
-
RuntimeRemoteException()
- Create a remote exception.
-
RuntimeRemoteException(RemoteException)
- Create a remote exception with the info specified by the
RemoteException
.
-
RuntimeRemoteException(String)
- Create a remote exception with the specified string.
RuntimeRemoteException
public RuntimeRemoteException()
- Create a remote exception.
RuntimeRemoteException
public RuntimeRemoteException(String s)
- Create a remote exception with the specified string.
RuntimeRemoteException
public RuntimeRemoteException(RemoteException xcp)
- Create a remote exception with the info specified by the
RemoteException
. Includes details about what caused
the exception on the remote side.
- See Also:
- getMessage
All Packages Class Hierarchy This Package Previous Next Index