public class XRRuntimeException
extends java.lang.RuntimeException
?????? |
---|
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.