Class BuildkiteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sourcelab.buildkite.api.client.exception.BuildkiteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuilderValidationException, HttpRequestException, InvalidAccessTokenException, InvalidAllowedIpAddressException, InvalidPagingRequestException, InvalidRequestException, NotFoundException, RequestParsingException, ResponseParsingException

public class BuildkiteException extends RuntimeException
Top level Exception class from which all more specific exceptions relating to the Buildkite Api Client library extend from.
See Also:
  • Constructor Details

    • BuildkiteException

      public BuildkiteException(String message)
      Constructor.
      Parameters:
      message - Error message.
    • BuildkiteException

      public BuildkiteException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - Error message.
      cause - Underlying exception/cause.