Java org.springframework.transaction HeuristicCompletionException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.transaction HeuristicCompletionException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.transaction HeuristicCompletionException.

The text is from its open source code.

Field

intSTATE_ROLLED_BACK
Rolledback outcome state.
intSTATE_MIXED
Mixed outcome state.

Constructor

HeuristicCompletionException(int outcomeState, Throwable cause)
Constructor for HeuristicCompletionException.