Class InternalServerErrorException

All Implemented Interfaces:
Serializable

public class InternalServerErrorException extends InfluxException
The exception is thrown if a HTTP 500 response code arrived - Internal Server Error.
Author:
Jakub Bednar (bednar@github) (04/10/2018 13:16)
See Also:
  • Constructor Details

    • InternalServerErrorException

      public InternalServerErrorException(@Nullable retrofit2.Response<?> cause)