Class DbActionExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.relational.core.conversion.DbActionExecutionException
All Implemented Interfaces:
Serializable

public class DbActionExecutionException extends RuntimeException
Exception thrown when during the execution of a DbAction an exception gets thrown. Provides additional context information about the action and the entity.
Author:
Jens Schauder
See Also:
  • Constructor Details

    • DbActionExecutionException

      public DbActionExecutionException(DbAction<?> action, Throwable cause)
      Parameters:
      action - the DbAction which triggered the exception. Must not be null.
      cause - the underlying exception. May not be null.