Class ClientErrorException

All Implemented Interfaces:
Serializable

public class ClientErrorException extends ServiceClientException
Thrown when a YellowDog service returns an HTTP 4xx error due to an issue with a request.
See Also:
  • Constructor Details

    • ClientErrorException

      public ClientErrorException(int httpStatusCode, String message, List<String> detail)