public class LBRuntimeException
extends java.lang.RuntimeException
Note: Runtime exceptions are used to indicate a programming problem detected by the runtime system or inappropriate use of the API. Intended to be used sparingly in cases where the cost of requesting a check on the exception exceeds the benefit of catching or declaring it.
Constructor and Description |
---|
LBRuntimeException(java.lang.String message) |
LBRuntimeException(java.lang.String message,
java.lang.Throwable cause) |