CommonException constructor
CommonException(
- Object exception,
- StackTrace stackTrace
Implementation
CommonException(this.exception, this.stackTrace);
CommonException(this.exception, this.stackTrace);