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
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EtaPlusBadRequestException
-
-
Method Details
-
statusCode
public int statusCode()
-