KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > telephony > InvalidStateException

javax.telephony
Class InvalidStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.InvalidStateException

public static final int ADDRESS_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CALL_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CONNECTION_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.Object getObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getObjectType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getState()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidStateException(java.lang.Object object,
                             int type,
                             int state)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidStateException(java.lang.Object object,
                             int type,
                             int state,
                             java.lang.String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int PROVIDER_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TERMINAL_CONNECTION_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TERMINAL_OBJECT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags