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