JSR-043: JTAPI-1.4

javax.telephony
Class MethodNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.telephony.MethodNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class MethodNotSupportedException
extends java.lang.Exception

The MethodNotSupportedException indicates that the method which was invoked is not supported by the implementation.

See Also:
Serialized Form

Constructor Summary
MethodNotSupportedException()
          Constructor with no string.
MethodNotSupportedException(java.lang.String s)
          Constructor which takes a string description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotSupportedException

public MethodNotSupportedException()
Constructor with no string.

MethodNotSupportedException

public MethodNotSupportedException(java.lang.String s)
Constructor which takes a string description.
Parameters:
s - description of the fault

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org