public abstract class LiveException extends RuntimeException
| Modifier | Constructor and Description |
|---|---|
protected |
LiveException(String message)
Creates a new instance with the given message.
|
protected |
LiveException(String message,
Throwable cause)
Creates a new instance with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected LiveException(String message)
message - the messageCopyright © 2004–2020. All rights reserved.