Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends BuildkiteException
Thrown if the API responds with a 404 http code.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)
      Constructor.
      Parameters:
      message - Error message.