Class java.telephony.PlatformException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.telephony.PlatformException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.telephony.PlatformException

public class PlatformException
extends Exception
The exception is provider or implementation specific. The exceptions which implementations throw is documented in their release notes.

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index