|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.RepositoryException
public class RepositoryException
| Constructor Summary | |
|---|---|
RepositoryException(java.lang.String message)
Constructs a new InstanceException object. |
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new InstanceException object. |
|
RepositoryException(java.lang.Throwable cause)
Constructs a new InstanceException object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
If there is a cause, appends the getCause().getMessage() to the original message. |
java.lang.String |
getMessage()
If there is a cause, appends the getCause().getMessage() to the original message. |
| 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 |
|---|
public RepositoryException(java.lang.String message)
message - public RepositoryException(java.lang.Throwable cause)
cause -
public RepositoryException(java.lang.String message,
java.lang.Throwable cause)
message - cause - | Method Detail |
|---|
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||