FileDocCategorySizeDatePackage
ElementNotFoundException.javaAPI DocGlassfish v2 API2372Fri May 04 22:35:10 BST 2007com.sun.enterprise.tools.upgrade.transform

ElementNotFoundException

public class ElementNotFoundException extends Exception
author
prakash

Fields Summary
Constructors Summary
public ElementNotFoundException()
Creates a new instance of ElementNotFoundException

    
public ElementNotFoundException(String exc)

        super(exc);
    
Methods Summary