|
||||||||||
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.String stdout,
java.lang.String stderr)
Create an exception containing the message and stdout/stderr output from external command |
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause)
Create an exception containing the message and root cause |
|
RepositoryException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String stdout,
java.lang.String stderr)
Create an exception containing the message, root cause and stdout/stderr output from external command |
|
RepositoryException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.lang.String |
getStderr()
|
java.lang.String |
getStdout()
|
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.Throwable cause)
public RepositoryException(java.lang.String message, java.lang.Throwable cause)
message
- The error messagecause
- The root causepublic RepositoryException(java.lang.String message, java.lang.String stdout, java.lang.String stderr)
message
- The error messagestdout
- Command standard outputstderr
- Command standard error outputpublic RepositoryException(java.lang.String message, java.lang.Throwable cause, java.lang.String stdout, java.lang.String stderr)
message
- The error messagecause
- The root causestdout
- Command standard outputstderr
- Command standard error outputMethod Detail |
---|
@Nullable public java.lang.String getStderr()
@Nullable public java.lang.String getStdout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |