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

InstanceNotRunningException

public class InstanceNotRunningException extends AFException
Exception used for some lifecycle operations. Exception used for indicating that an entity is not in the running state when someone wants to perform stop on that entity.

Fields Summary
Constructors Summary
public InstanceNotRunningException()
Default Constructor.

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

param
message

        super(message);
    
Methods Summary