Class java.rmi.server.IORemoteException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.server.IORemoteException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.rmi.server.IORemoteException
- public class IORemoteException
- extends IOException
This is a wrapper for a RemoteException that occured in an I/O
context such as pickling.
-
ex
-
-
IORemoteException(RemoteException)
-
-
IORemoteException(String, RemoteException)
-
-
getMessage()
- Gets the detail message of the Throwable.
ex
public RemoteException ex
IORemoteException
public IORemoteException(RemoteException e)
IORemoteException
public IORemoteException(String s,
RemoteException e)
getMessage
public String getMessage()
- Gets the detail message of the Throwable.
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index