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

Constructor Index

 o ProviderUnavailableException()
Constructor with no string.
 o ProviderUnavailableException(String)
Constructor which takes a string description.

Constructors

 o ProviderUnavailableException
  public ProviderUnavailableException()
Constructor with no string.
 o ProviderUnavailableException
  public ProviderUnavailableException(String s)
Constructor which takes a string description.

All Packages  Class Hierarchy  This Package  Previous  Next  Index