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.
-
PlatformException()
- Constructor with no string.
-
PlatformException(String)
- Constructor which takes a string description.
PlatformException
public PlatformException()
- Constructor with no string.
PlatformException
public PlatformException(String s)
- Constructor which takes a string description.
All Packages Class Hierarchy This Package Previous Next Index