Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

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 © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 66 specification.