JCC
v1.0

jain.application.services.jcp
Class MethodNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jain.application.services.jcp.MethodNotSupportedException
All Implemented Interfaces:
java.io.Serializable

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.

JCC
v1.0

January 19, 2001
If you have any comments or queries, please mail them to m-JAIN-JCC@notes.cc.telcordia.com

Copyright - 2001 Sun Microsystems