Class NessieBadResponseException

All Implemented Interfaces:
Serializable

public class NessieBadResponseException extends NessieServiceException
Represents an unexpected response from the remote side, trying to access a Nessie endpoint. For example, non-JSON responses cause this unchecked exception to be thrown. Note: this exception is not thrown for an HTTP/400 (Bad Request).
See Also:
  • Constructor Details

    • NessieBadResponseException

      public NessieBadResponseException(org.projectnessie.error.NessieError serverError)