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

UnregisteredDomainException

public class UnregisteredDomainException extends DomainRegistryException
This exception is thrown to indicate that a domain with the given name has not been registered, but should have been.

Fields Summary
Constructors Summary
public UnregisteredDomainException(String name)

	super(name + "has not been registered");
  
Methods Summary