Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends CloudcraftException
Exception thrown when server cannot locate the requested resource. In this case, server would have responded with HTTP Status 400.
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(ErrorResponse error)