org.garret.jipc
Class JIPCInternalException

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

public class JIPCInternalException
extends JIPCException

Exception thrown in case of some internal JIPC error

See Also:
Serialized Form

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

JIPCInternalException

public JIPCInternalException()
Method Detail

getResponseCode

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