ibis.rmi
Class MarshalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byibis.ipl.IbisIOException
                  extended byibis.rmi.RemoteException
                      extended byibis.rmi.MarshalException
All Implemented Interfaces:
java.io.Serializable

public class MarshalException
extends RemoteException

A MarshalException is thrown if an IOException occurs while marshalling the remote call or return value. The call may or may not have reached the server.

See Also:
Serialized Form

Constructor Summary
MarshalException(java.lang.String s)
          Constructs an MarshalException with the specified detail message.
MarshalException(java.lang.String s, java.lang.Exception ex)
          Constructs an MarshalException with the specified detail message and nested exception.
 
Methods inherited from class ibis.ipl.IbisIOException
getCause, getMessage, initCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshalException

public MarshalException(java.lang.String s)
Constructs an MarshalException with the specified detail message.

Parameters:
s - the detail message

MarshalException

public MarshalException(java.lang.String s,
                        java.lang.Exception ex)
Constructs an MarshalException with the specified detail message and nested exception.

Parameters:
s - the detail message
ex - the nested exception


The Ibis project