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.StringgetOffendingJPAQl()
-
Constructor Details
-
JpaOperationFailedException
public JpaOperationFailedException(java.lang.String message, java.lang.String offendingJPAQ1)
-
-
Method Details
-
getOffendingJPAQl
public java.lang.String getOffendingJPAQl()
-