FileDocCategorySizeDatePackage
NoSuchInstanceException.javaAPI DocGlassfish v2 API2465Fri May 04 22:33:34 BST 2007com.sun.enterprise.admin.common.exception

NoSuchInstanceException

public class NoSuchInstanceException extends AFException
Exception thrown when someone tries to perform lifecycle operations (start/stop/restart) on an entity that has not been created.

Fields Summary
Constructors Summary
public NoSuchInstanceException()
Constructs a NoSuchInstanceException object

		super();
	
public NoSuchInstanceException(String message)
Constructs a NoSuchInstanceException object

param
message

        super(message);
    
Methods Summary