public class XRRuntimeException extends RuntimeException
| Constructor and Description |
|---|
XRRuntimeException(String msg)
Instantiates a new Exception with a "reason" message.
|
XRRuntimeException(String msg,
Throwable cause)
Instantiates a new Exception with a "reason" message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XRRuntimeException(String msg)
msg - Reason the exception is being thrown.Copyright © 2021. All rights reserved.