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