javax.enterprise.deploy.spi.exceptions

Class BeanNotFoundException


public class BeanNotFoundException
extends Exception

This exception is to report that the bean is not a child of the parent bean.

Constructor Summary

BeanNotFoundException(String s)
Creates an new BeanNotFoundException object.

Constructor Details

BeanNotFoundException

public BeanNotFoundException(String s)
Creates an new BeanNotFoundException object.
Parameters:
s - a string indicating what was wrong with the target.