Class ServerErrorException

All Implemented Interfaces:
Serializable

public class ServerErrorException extends ServiceClientException
Thrown when a YellowDog service returns an HTTP 5xx error due to a server error whilst processing the request.
See Also:
  • Constructor Details

    • ServerErrorException

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