Description
ipc.Server allows application servers to define terse exceptions; see Server.addTerseExceptions. For terse exception, it only prints a short message but not the stack trace. However, if an exception is both RuntimeException and terse exception, it still prints out the stack trace of the exception.