Class RepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.RepositoryException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DomainException, InstanceException, InvalidConfigException

public class RepositoryException extends Exception
Author:
kebbs
See Also:
  • Constructor Details

    • RepositoryException

      public RepositoryException(String message)
      Constructs a new InstanceException object.
      Parameters:
      message -
    • RepositoryException

      public RepositoryException(Throwable cause)
      Constructs a new InstanceException object.
      Parameters:
      cause -
    • RepositoryException

      public RepositoryException(String message, Throwable cause)
      Constructs a new InstanceException object.
      Parameters:
      message -
      cause -
  • Method Details

    • getMessage

      public String getMessage()
      If there is a cause, appends the getCause().getMessage() to the original message.
      Overrides:
      getMessage in class Throwable
    • getLocalizedMessage

      public String getLocalizedMessage()
      If there is a cause, appends the getCause().getMessage() to the original message.
      Overrides:
      getLocalizedMessage in class Throwable