org.garret.jipc
Class JIPCNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.garret.jipc.JIPCException
                    |
                    +--org.garret.jipc.JIPCNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class JIPCNotFoundException
extends JIPCException

Exception thrown when requested primitive is not found at server

See Also:
Serialized Form

Constructor Summary
JIPCNotFoundException()
           
JIPCNotFoundException(java.lang.String name)
          Get name of the primitive which can not be found
 
Method Summary
 java.lang.String getName()
           
 int getResponseCode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JIPCNotFoundException

public JIPCNotFoundException()

JIPCNotFoundException

public JIPCNotFoundException(java.lang.String name)
Get name of the primitive which can not be found

Method Detail

getName

public java.lang.String getName()

getResponseCode

public int getResponseCode()
Specified by:
getResponseCode in class JIPCException