Class EtaPlusOperationExceptions.PermissionNotFoundException

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

public static class EtaPlusOperationExceptions.PermissionNotFoundException extends RuntimeException
Thrown when a permission request cannot be found in the DE-ETA repository. This is an unchecked exception suitable for use in reactive/event-driven flows where checked exceptions cannot be propagated.
See Also:
  • Constructor Details

    • PermissionNotFoundException

      public PermissionNotFoundException(String permissionId)