Class XaFacade.EmptyXaTransactionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.util.FlinkRuntimeException
-
- org.apache.flink.connector.jdbc.xa.XaFacade.EmptyXaTransactionException
-
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- XaFacade
public static class XaFacade.EmptyXaTransactionException extends org.apache.flink.util.FlinkRuntimeExceptionThrown byXaFacadewhen RM responds withXA_RDONLYindicating that the transaction doesn't include any changes. When such a transaction is committed RM may return an error (usually,XAER_NOTA).- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XidgetXid()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getXid
public Xid getXid()
-
-