Class EtaPlusClientExceptions.EtaPlusBadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
energy.eddie.regionconnector.de.eta.exceptions.EtaPlusClientExceptions.EtaPlusBadRequestException
All Implemented Interfaces:
Serializable
Enclosing class:
EtaPlusClientExceptions

public static class EtaPlusClientExceptions.EtaPlusBadRequestException extends RuntimeException
Thrown when the ETA Plus API responds with HTTP 400 (Bad Request). Indicates a malformed request from the connector and should be treated as terminal — a retry will not succeed.
See Also:
  • Constructor Details

    • EtaPlusBadRequestException

      public EtaPlusBadRequestException(String message, int statusCode, Throwable cause)
  • Method Details

    • statusCode

      public int statusCode()