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.

Variable Index

 o ex

Constructor Index

 o IORemoteException(RemoteException)
 o IORemoteException(String, RemoteException)

Method Index

 o getMessage()
Gets the detail message of the Throwable.

Variables

 o ex
  public RemoteException ex

Constructors

 o IORemoteException
  public IORemoteException(RemoteException e)
 o IORemoteException
  public IORemoteException(String s,
                           RemoteException e)

Methods

 o 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