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
- Author:
- kebbs
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryException(String message) Constructs a new InstanceException object.RepositoryException(String message, Throwable cause) Constructs a new InstanceException object.RepositoryException(Throwable cause) Constructs a new InstanceException object. -
Method Summary
Modifier and TypeMethodDescriptionIf there is a cause, appends the getCause().getMessage() to the original message.If there is a cause, appends the getCause().getMessage() to the original message.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepositoryException
Constructs a new InstanceException object.- Parameters:
message-
-
RepositoryException
Constructs a new InstanceException object.- Parameters:
cause-
-
RepositoryException
Constructs a new InstanceException object.- Parameters:
message-cause-
-
-
Method Details
-
getMessage
If there is a cause, appends the getCause().getMessage() to the original message.- Overrides:
getMessagein classThrowable
-
getLocalizedMessage
If there is a cause, appends the getCause().getMessage() to the original message.- Overrides:
getLocalizedMessagein classThrowable
-