ibis.rmi
Class ServerError

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.ServerError
All Implemented Interfaces:
java.io.Serializable

public class ServerError
extends RemoteException

A ServerError is thrown when an Error is thrown while processing a remote method invocation on the server.

See Also:
Serialized Form

Constructor Summary
ServerError(java.lang.String s, java.lang.Error ex)
          Constructs a ServerError 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

ServerError

public ServerError(java.lang.String s,
                   java.lang.Error ex)
Constructs a ServerError with the specified detail message and nested exception.

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


The Ibis project