public class QuandlRuntimeException extends RuntimeException
| Constructor and Description |
|---|
QuandlRuntimeException(String message)
Constructor when exception is not caused by an underlying exception.
|
QuandlRuntimeException(String message,
Throwable cause)
Constructor when another exception is being included.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QuandlRuntimeException(String message, Throwable cause)
message - a message describing the exception, not nullcause - the cause of the expection if there is one, not nullpublic QuandlRuntimeException(String message)
message - a message describing the exception, not nullCopyright 2014-Present by Jim Moores
${javadoc.footer.license}