Class TransactionalOnlineAttributeWriter.TransactionRejectedRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- cz.o2.proxima.direct.core.transaction.TransactionalOnlineAttributeWriter.TransactionRejectedRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TransactionalOnlineAttributeWriter
public static class TransactionalOnlineAttributeWriter.TransactionRejectedRuntimeException extends java.lang.RuntimeException
This exception might be thrown in place ofTransactionalOnlineAttributeWriter.TransactionRejectedException
where fromTransactionalOnlineAttributeWriter.TransactionAware
transformations where theElementWiseTransformation.apply(StreamElement, Collector)
does not allow for throwing checked exceptions directly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionRejectedRuntimeException(TransactionalOnlineAttributeWriter.TransactionRejectedException wrap)
-
-
-
Constructor Detail
-
TransactionRejectedRuntimeException
public TransactionRejectedRuntimeException(TransactionalOnlineAttributeWriter.TransactionRejectedException wrap)
-
-