WrappedException constructor
WrappedException(
- String message,
- Object exception,
- StackTrace stackTrace
Implementation
WrappedException(this.message, this.exception, this.stackTrace);