Class EtaPlusClientExceptions.EtaPlusForbiddenException

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

public static class EtaPlusClientExceptions.EtaPlusForbiddenException extends RuntimeException
Thrown when the ETA Plus API responds with HTTP 403 (Forbidden) on a resource the bearer should normally authorise. Reserved for future per-resource ACL responses; treated as terminal at the handler layer.
See Also:
  • Constructor Details

    • EtaPlusForbiddenException

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

    • statusCode

      public int statusCode()