ibis.rmi
Class ServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ibis.ipl.IbisIOException
ibis.rmi.RemoteException
ibis.rmi.ServerException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerException
- extends RemoteException
A ServerException
is thrown when a
RemoteException
is thrown while processing a remote method
invocation on the server.
- See Also:
- Serialized Form
Constructor Summary |
ServerException(java.lang.String s)
Constructs a ServerException with the specified
detail message. |
ServerException(java.lang.String s,
java.lang.Exception ex)
Constructs a ServerException with the specified
detail message and nested exception. |
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 |
ServerException
public ServerException(java.lang.String s)
- Constructs a
ServerException
with the specified
detail message.
- Parameters:
s
- the detail message
ServerException
public ServerException(java.lang.String s,
java.lang.Exception ex)
- Constructs a
ServerException
with the specified
detail message and nested exception.
- Parameters:
s
- the detail messageex
- the nested exception
The Ibis project