org.garret.jipc
Class JIPCNotOwnerException

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

public class JIPCNotOwnerException
extends JIPCException

Exception thrown when session tries to unlock the object for which it is not owner (session is not granted lock for this object)

See Also:
Serialized Form

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

JIPCNotOwnerException

public JIPCNotOwnerException()
Method Detail

getResponseCode

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