jain.jcp
Class MethodNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.jcp.MethodNotSupportedException

public class MethodNotSupportedException
extends java.lang.Exception

This Exception 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 with a string description.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodNotSupportedException

public MethodNotSupportedException()
Constructor with no string.

MethodNotSupportedException

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


3 Oct 2000
If you have any comments or queries, please mail them to jcc@research.telcordia.com


Copyright-2000 Sun Microsystems