org.garret.jipc
Class JIPCException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.garret.jipc.JIPCException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JIPCClassNotFoundException, JIPCDeadlockException, JIPCInternalException, JIPCInterruptedException, JIPCInvalidParameterException, JIPCLoginRefusedException, JIPCNotFoundException, JIPCNotOwnerException

public abstract class JIPCException
extends java.lang.Exception

Base class for all JIPC exceptions

See Also:
Serialized Form

Constructor Summary
JIPCException()
           
 
Method Summary
abstract  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

JIPCException

public JIPCException()
Method Detail

getResponseCode

public abstract int getResponseCode()