org.garret.jipc
Class JIPCClassNotFoundException

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

public class JIPCClassNotFoundException
extends JIPCException

Excepion thrown when class definition is not found at local system for object (or components of these object) passed through shared memory or queue

See Also:
Serialized Form

Constructor Summary
JIPCClassNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
          Get name of class which is not found
 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

JIPCClassNotFoundException

public JIPCClassNotFoundException(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Get name of class which is not found


getResponseCode

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