FileDocCategorySizeDatePackage
OperationUnsupportedException.javaAPI DocGlassfish v2 API2400Fri May 04 22:35:50 BST 2007javax.enterprise.deploy.spi.exceptions

OperationUnsupportedException

public class OperationUnsupportedException extends Exception
This exception is to report that the method called is not supported by this implementation.

Fields Summary
Constructors Summary
public OperationUnsupportedException(String s)
Creates an new OperationUnsupportedException object.

param
s a string indicating what was wrong with the target.

      super(s);
   
Methods Summary