public class XRRuntimeException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
XRRuntimeException(java.lang.String msg)
Instantiates a new Exception with a "reason" message.
|
XRRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Instantiates a new Exception with a "reason" message.
|
public XRRuntimeException(java.lang.String msg)
msg - Reason the exception is being thrown.public XRRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
msg - Reason the exception is being thrown.cause - Throwable that caused this exception to be thrown (e.g.
IOException.Copyright © 2014. All Rights Reserved.