public class NRDPException extends Exception
| Constructor and Description |
|---|
NRDPException(String msg)
Constructs an instance of
NRDPException without a cause |
NRDPException(String msg,
Throwable cause)
Constructs an instance of
NRDPException with the cause |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NRDPException(String msg, Throwable cause)
NRDPException with the causemsg - the detail message.cause - the causepublic NRDPException(String msg)
NRDPException without a causemsg - the detail message.Copyright © 2015. All Rights Reserved.