Class EtaPlusClientExceptions.EtaPlusNotFoundException

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

public static class EtaPlusClientExceptions.EtaPlusNotFoundException extends RuntimeException
Thrown when the ETA Plus API responds with HTTP 404 (Not Found) for a requested resource. Treated as terminal — the resource does not exist.
See Also:
  • Constructor Details

    • EtaPlusNotFoundException

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

    • statusCode

      public int statusCode()