javax.enterprise.deploy.spi.exceptions

Class OperationUnsupportedException

public class OperationUnsupportedException extends Exception

This exception is to report that the method called is not supported by this implementation.
Constructor Summary
OperationUnsupportedException(String s)
Creates a new OperationUnsupportedException.

Constructor Detail

OperationUnsupportedException

public OperationUnsupportedException(String s)
Creates a new OperationUnsupportedException.

Parameters: s a string giving more information about the unsupported operation.