FileDocCategorySizeDatePackage
AlreadyRegisteredException.javaAPI DocGlassfish v2 API2281Fri May 04 22:33:32 BST 2007com.sun.enterprise.admin.common.domains.registry

AlreadyRegisteredException

public class AlreadyRegisteredException extends DomainRegistryException
This exception indicates that a domain with the given name has already been registered.

Fields Summary
Constructors Summary
public AlreadyRegisteredException(String name)

	super(name + " is already registered");
  
Methods Summary