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