Class java.telephony.MethodNotSupportedException
All Packages Class Hierarchy This Package Previous Next Index
Class java.telephony.MethodNotSupportedException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.telephony.MethodNotSupportedException
- public class MethodNotSupportedException
- extends Exception
The method which was invoked is not supported by this implementation.
-
MethodNotSupportedException()
- Constructor with no string.
-
MethodNotSupportedException(String)
- Constructor which takes a string description.
MethodNotSupportedException
public MethodNotSupportedException()
- Constructor with no string.
MethodNotSupportedException
public MethodNotSupportedException(String s)
- Constructor which takes a string description.
All Packages Class Hierarchy This Package Previous Next Index