Class JpaOperationFailedException

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

public class JpaOperationFailedException
extends java.lang.RuntimeException
An Exception that would be thrown if any of the Operations from JpaOperations fails
Since:
2.2
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    JpaOperationFailedException​(java.lang.String message, java.lang.String offendingJPAQ1)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getOffendingJPAQl()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait