Name

UnmarshalException

Synopsis

This RemoteException is thrown if an error occurs while unmarshalling the return value from a remote method call. The source of the error could be an I/O error while sending the header or the value of the return from the server to the client, or the fact that the class of the return object is not found.

                  Thrown By
public class UnmarshalException extends RemoteException {
// Public Constructors
   public UnmarshalException( String s);  
   public UnmarshalException( String s, Exception ex);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.