Class IdempotencyPersistenceLayerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
software.amazon.lambda.powertools.idempotency.exceptions.IdempotencyPersistenceLayerException
All Implemented Interfaces:
Serializable

public class IdempotencyPersistenceLayerException extends RuntimeException
Exception thrown when a technical error occurred with the persistence layer (eg. insertion, deletion, ... in database)
See Also:
  • Constructor Details

    • IdempotencyPersistenceLayerException

      public IdempotencyPersistenceLayerException(String msg, Exception e)