danbikel.switchboard
Class UnrecognizedServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
danbikel.switchboard.UnrecognizedServerException
- All Implemented Interfaces:
- Serializable
public class UnrecognizedServerException
- extends RemoteException
An exception raised when a switchboard method that has a server ID
parameter is called with an invalid server ID. This exception
is thrown, for example, by the Switchboard.getServer(int,int)
method if a client requests an invalid server.
- See Also:
SwitchboardRemote
,
Switchboard
,
Serialized Form
UnrecognizedServerException
public UnrecognizedServerException()
- Constructs a new
UnrecognizedServerException
.
UnrecognizedServerException
public UnrecognizedServerException(String msg)
- Constructs a new
UnrecognizedServerException
with the
specified message.
UnrecognizedServerException
public UnrecognizedServerException(String msg,
Throwable ex)
- Constructs a new
UnrecognizedServerException
with the
specified message and nested exception.
Author: Dan Bikel.