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
public class BambooRemoteException extends Exception
This provides a checked exception for report remote api problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BambooRemoteException(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 Detail
-
BambooRemoteException
public BambooRemoteException(String message)
Create an exception containing the message- Parameters:
message
- The error message
-
-