KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony
Class ResourceUnavailableException

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

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


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


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


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


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


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


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


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


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


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


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

Popular Tags