sclass ThrowableWithCustomStackTrace > Throwable { *(S msg, StackTraceElement[] stackTrace) { super(msg, null, false, true); setStackTrace(stackTrace); } }