OperationUnsupportedExceptionpublic class OperationUnsupportedException extends Exception This exception is to report that the method
called is not supported by this implementation. |
Constructors Summary |
---|
public OperationUnsupportedException(String s)Creates an new OperationUnsupportedException object.
super(s);
|
|