|
||||||||||
| 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.atlassian.bamboo.rest.BambooRemoteException
public class BambooRemoteException
This provides a checked exception for report remote api problems.
| Constructor Summary | |
|---|---|
BambooRemoteException(java.lang.String message)
Create an exception containing the message |
|
BambooRemoteException(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 BambooRemoteException(java.lang.String message)
message - The error message
public BambooRemoteException(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 | |||||||||