com.sun.enterprise.admin.servermgmt
Class DomainException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.servermgmt.RepositoryException
              extended by 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

Constructor Summary
DomainException(String message)
          Constructs a new DomainException object.
DomainException(String message, Throwable cause)
          Constructs a new DomainException object.
DomainException(Throwable cause)
          Constructs a new DomainException object.
 
Method Summary
 
Methods inherited from class com.sun.enterprise.admin.servermgmt.RepositoryException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.