J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W

M

MarshalException - exception java.rmi.MarshalException.
A MarshalException is thrown if a java.io.IOException occurs while marshalling the remote call header, arguments or return value for a remote method call.
MarshalException(String) - Constructor for class java.rmi.MarshalException
Constructs a MarshalException with the specified detail message.
MarshalException(String, Exception) - Constructor for class java.rmi.MarshalException
Constructs a MarshalException with the specified detail message and nested exception.
MarshalledObject - class java.rmi.MarshalledObject.
A MarshalledObject contains a byte stream with the serialized representation of an object given to its constructor.
MarshalledObject(Object) - Constructor for class java.rmi.MarshalledObject
Creates a new MarshalledObject that contains the serialized representation of the current state of the supplied object.

J2ME RMI Optional Package
A B C D E F G H I J L M N O P R S T U V W
Copyright 1994-2002 Sun Microsystems, Inc. All Rights Reserved.