com.sun.enterprise.admin.servermgmt
Class DomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.RepositoryException
com.sun.enterprise.admin.servermgmt.DomainException
- All Implemented Interfaces:
- Serializable
public class DomainException
- extends RepositoryException
Superclass for all domain management exceptions.
- See Also:
- Serialized Form
DomainException
public DomainException(String message)
- Constructs a new DomainException object.
- Parameters:
message -
DomainException
public DomainException(Throwable cause)
- Constructs a new DomainException object.
- Parameters:
cause -
DomainException
public DomainException(String message,
Throwable cause)
- Constructs a new DomainException object.
- Parameters:
message - cause -
Copyright © 2012 GlassFish Community. All Rights Reserved.