CouldNotRollBackException constructor

CouldNotRollBackException(
  1. Object cause,
  2. StackTrace originalStackTrace,
  3. Object exception
)

Creates a CouldNotRollBackException from the cause, its originalStackTrace and the exception.

Implementation

CouldNotRollBackException(
  this.cause,
  this.originalStackTrace,
  this.exception,
);