Serialized Form


Package org.objectweb.fractal.rmi

Class org.objectweb.fractal.rmi.RemoteException extends RuntimeException implements Serializable

Serialized Fields

exception

Exception exception
The exception that caused the remote method invocation failure.


Package org.objectweb.fractal.rmi.io

Class org.objectweb.fractal.rmi.io.Ref extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Reads this object from the given input stream.


writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Writes this object to the given output stream.