Class JpaOperationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.integration.jpa.core.JpaOperationFailedException
All Implemented Interfaces:
Serializable

public class JpaOperationFailedException extends RuntimeException
An Exception that would be thrown if any of the Operations from JpaOperations fails.
Since:
2.2
Author:
Amol Nayak, Gary Russell
See Also:
  • Constructor Details

    • JpaOperationFailedException

      public JpaOperationFailedException(String message, String offendingJPAQ1)
  • Method Details

    • getOffendingJPAQl

      public String getOffendingJPAQl()