KickJava   Java API By Example, From Geeks To Geeks.

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

javax.telephony
Class ProviderUnavailableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--javax.telephony.ProviderUnavailableException

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


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


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


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


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


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


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


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


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

Popular Tags