public class I2b2Exception extends Exception
| Constructor and Description |
|---|
I2b2Exception()
Default no-arg constructor.
|
I2b2Exception(String message)
Creates an exception with the given message.
|
I2b2Exception(String message,
Throwable cause)
Creates an exception with the given message wrapping the given cause.
|
I2b2Exception(Throwable cause)
Creates an exception wrapping the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic I2b2Exception()
public I2b2Exception(String message)
message - the exception's messagepublic I2b2Exception(Throwable cause)
cause - the Throwable cause to wrapCopyright © 2016 Emory University. All rights reserved.