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:
  • Constructor Details

    • BambooRemoteException

      public BambooRemoteException(String message)
      Create an exception containing the message
      Parameters:
      message - The error message
    • BambooRemoteException

      public BambooRemoteException(String message, Throwable cause)
      Create an exception containing the message and root cause
      Parameters:
      message - The error message
      cause - The root cause