File
Doc
Category
Size
Date
Package
UnregisteredDomainException.java
API Doc
Glassfish v2 API
2314
Fri May 04 22:33:32 BST 2007
com.sun.enterprise.admin.common.domains.registry
UnregisteredDomainException
java.lang.Object
DomainRegistryException
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
Java Code Source