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.

Constructor Index

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

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index