Uses of Interface
org.seedstack.seed.transaction.spi.ExceptionHandler
-
Packages that use ExceptionHandler Package Description org.seedstack.seed.transaction.spi Provides classes for extending the transaction support. -
-
Uses of ExceptionHandler in org.seedstack.seed.transaction.spi
Methods in org.seedstack.seed.transaction.spi that return types with arguments of type ExceptionHandler Modifier and Type Method Description Class<? extends ExceptionHandler>TransactionMetadata. getExceptionHandler()Get the exception handler of the associated transaction.Method parameters in org.seedstack.seed.transaction.spi with type arguments of type ExceptionHandler Modifier and Type Method Description voidTransactionMetadata. setExceptionHandler(Class<? extends ExceptionHandler> exceptionHandler)Set the exception handler of the associated transaction.
-