org.garret.jipc
Class JIPCDeadlockException

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

public class JIPCDeadlockException
extends JIPCException

Exception thrown when deadlock is detected by server

See Also:
Serialized Form

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

JIPCDeadlockException

public JIPCDeadlockException()
Method Detail

getResponseCode

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