Package com.atlassian.bamboo.rest
Class BambooRemoteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.bamboo.rest.BambooRemoteException
- All Implemented Interfaces:
Serializable
This provides a checked exception for report remote api problems.
- See Also:
-
Constructor Summary
ConstructorDescriptionBambooRemoteException
(String message) Create an exception containing the messageBambooRemoteException
(String message, Throwable cause) Create an exception containing the message and root cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BambooRemoteException
Create an exception containing the message- Parameters:
message
- The error message
-
BambooRemoteException
Create an exception containing the message and root cause- Parameters:
message
- The error messagecause
- The root cause
-