org.garret.jipc
Class JIPCInterruptedException

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

public class JIPCInterruptedException
extends JIPCException

Exception thrown when some of the sessions was interrupted

See Also:
Serialized Form

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

JIPCInterruptedException

public JIPCInterruptedException()
Method Detail

getResponseCode

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