Class java.telephony.ProviderUnavailableException
All Packages Class Hierarchy This Package Previous Next Index
Class java.telephony.ProviderUnavailableException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.telephony.ProviderUnavailableException
- public class ProviderUnavailableException
- extends Exception
The requested provider is current not available to the application
-
ProviderUnavailableException()
- Constructor with no string.
-
ProviderUnavailableException(String)
- Constructor which takes a string description.
ProviderUnavailableException
public ProviderUnavailableException()
- Constructor with no string.
ProviderUnavailableException
public ProviderUnavailableException(String s)
- Constructor which takes a string description.
All Packages Class Hierarchy This Package Previous Next Index