Class 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 Detail

      • 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