FileDocCategorySizeDatePackage
BeanNotFoundException.javaAPI DocGlassfish v2 API2361Fri May 04 22:35:48 BST 2007javax.enterprise.deploy.spi.exceptions

BeanNotFoundException

public class BeanNotFoundException extends Exception
This exception is to report that the bean is not a child of the parent bean.

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

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

      super(s);
   
Methods Summary