|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
danbikel.switchboard.UnrecognizedClientException
public class UnrecognizedClientException
An exception raised when a switchboard method with a client ID parameter is called with an invalid client ID.
SwitchboardRemote,
Switchboard,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.rmi.RemoteException |
|---|
detail |
| Constructor Summary | |
|---|---|
UnrecognizedClientException()
Constructs a new UnrecognizedClientException. |
|
UnrecognizedClientException(String msg)
Constructs a new UnrecognizedClientException with the
specified message. |
|
UnrecognizedClientException(String msg,
Throwable ex)
Constructs a new UnrecognizedClientException with the
specified message and nested exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.rmi.RemoteException |
|---|
getCause, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnrecognizedClientException()
UnrecognizedClientException.
public UnrecognizedClientException(String msg)
UnrecognizedClientException with the
specified message.
public UnrecognizedClientException(String msg,
Throwable ex)
UnrecognizedClientException with the
specified message and nested exception.
|
Parsing Engine | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||