|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.accendia.iris.client.RemoteObjectNotFoundException
public class RemoteObjectNotFoundException
Thrown by the ServerContext when the client requests a proxy to a command that does not exist.
| Constructor Summary | |
|---|---|
RemoteObjectNotFoundException()
Creates an exception object. |
|
RemoteObjectNotFoundException(java.lang.String reason)
Creates an exception object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 RemoteObjectNotFoundException()
public RemoteObjectNotFoundException(java.lang.String reason)
reason - Set to the name of the object that was not found.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||