FileDocCategorySizeDatePackage
AttributeNotFoundException.javaAPI DocGlassfish v2 API2267Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.exception

AttributeNotFoundException

public class AttributeNotFoundException extends AFException

Fields Summary
Constructors Summary
public AttributeNotFoundException(String attributeName)
Constructs an AttributeNotFoundException object

param
attributeName

        super(attributeName);
    
Methods Summary