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

DConfigBeanVersionUnsupportedException

public class DConfigBeanVersionUnsupportedException extends Exception
This exception is to report that there is no support for the DConfigBean version requested.

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

param
s a string indicating what was wrong with the version request.

      super(s);
   
Methods Summary