com.accendia.iris.client
Class RemoteObjectNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.accendia.iris.client.RemoteObjectNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RemoteObjectNotFoundException
extends java.lang.Exception

Thrown by the ServerContext when the client requests a proxy to a command that does not exist.

See Also:
Serialized Form

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

RemoteObjectNotFoundException

public RemoteObjectNotFoundException()
Creates an exception object.


RemoteObjectNotFoundException

public RemoteObjectNotFoundException(java.lang.String reason)
Creates an exception object.

Parameters:
reason - Set to the name of the object that was not found.