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
Top level Exception class from which all more specific exceptions relating to the
Buildkite Api Client library extend from.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBuildkiteException(String message) Constructor.BuildkiteException(String message, Throwable cause) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildkiteException
Constructor.- Parameters:
message- Error message.
-
BuildkiteException
Constructor.- Parameters:
message- Error message.cause- Underlying exception/cause.
-