java.rmi

Class MarshalException

  • All Implemented Interfaces:
    Serializable

    public class MarshalException
    extends RemoteException
    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. A MarshalException is also thrown if the receiver does not support the protocol version of the sender.

    If a MarshalException occurs during a remote method call, the call may or may not have reached the server. If the call did reach the server, parameters may have been deserialized. A call may not be retransmitted after a MarshalException and reliably preserve "at most once" call semantics.

    Since:
    JDK1.1
    See Also:
    Serialized Form
    • Constructor Detail

      • MarshalException

        public MarshalException(String s)
        Constructs a MarshalException with the specified detail message.
        Parameters:
        s - the detail message
        Since:
        JDK1.1
      • MarshalException

        public MarshalException(String s,
                        Exception ex)
        Constructs a MarshalException with the specified detail message and nested exception.
        Parameters:
        s - the detail message
        ex - the nested exception
        Since:
        JDK1.1

Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-java/rmi/marshalexception.html

The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.

References

  1. View the html document Language of the document:fr Manuel PHP : https://docs.oracle.com

These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.

Contents Haut