CouldNotRollBackException constructor
CouldNotRollBackException(
- Object cause,
- StackTrace originalStackTrace,
- Object exception
Creates a CouldNotRollBackException from the cause, its
originalStackTrace and the exception.
Implementation
CouldNotRollBackException(
this.cause,
this.originalStackTrace,
this.exception,
);