|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.atlassian.bamboo.repository.RepositoryException
public class RepositoryException
This class types repository errors.
Constructor Summary | |
---|---|
RepositoryException(java.lang.String message)
Create an exception containing the message |
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause)
Create an exception containing the message and root cause |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
- The error messagepublic RepositoryException(java.lang.String message, java.lang.Throwable cause)
message
- The error messagecause
- The root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |