JCAT
v0.3.1

javax.csapi.cc.jcc
Class MethodNotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.csapi.cc.jcc.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.

Since:
1.0b
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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.

JCAT
v0.3.1

August, 2003
If you have any comments or queries, please mail them to JSR-122-EG@JCP.ORG

Copyright - 2001, 2003 Sun Microsystems