org.garret.jipc
Class JIPCInvalidParameterException

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

public class JIPCInvalidParameterException
extends JIPCException

Exception thrown when some of the method's parameters is invalid

See Also:
Serialized Form

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

JIPCInvalidParameterException

public JIPCInvalidParameterException()
Method Detail

getResponseCode

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