CommonException constructor

CommonException(
  1. Object exception,
  2. StackTrace stackTrace
)

Implementation

CommonException(this.exception, this.stackTrace);