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

InstanceAlreadyRunningException

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

Fields Summary
Constructors Summary
public InstanceAlreadyRunningException()
Default Constructor.

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

param
message

        super(message);
    
Methods Summary