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, toString
protected LiveException(String message)
message
- the messageCopyright © 2004–2017. All rights reserved.