org.garret.jipc
Class JIPCLoginRefusedException

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

public class JIPCLoginRefusedException
extends JIPCException

Excepion thrown by client session when handshake with server fails

See Also:
Serialized Form

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

JIPCLoginRefusedException

public JIPCLoginRefusedException()
Method Detail

getResponseCode

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