Class EtaPlusOperationExceptions.PayloadMappingException

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

public static class EtaPlusOperationExceptions.PayloadMappingException extends RuntimeException
Thrown when the ETA Plus API response cannot be mapped to the domain model. This signals a contract violation between the API and the client — automatic retries will not help; the mapping code or API must be adjusted.
See Also:
  • Constructor Details

    • PayloadMappingException

      public PayloadMappingException(String message, Throwable cause)