public class DataExportException extends RuntimeException
Exception thrown by data exchange methods if an export operation fails
Copyright 2013 (C) by Martin Ganserer
| Constructor and Description |
|---|
DataExportException(String message)
Constructor
|
DataExportException(String message,
Throwable cause)
Constructor
|
DataExportException(Throwable cause)
Constructor
|
DataExportException(Throwable cause,
boolean extractRootCauseMessage)
Constructor that initializes the exception with the message of the root cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DataExportException(String message)
message - public DataExportException(Throwable cause)
cause - the cause of the exceptionpublic DataExportException(String message, Throwable cause)
message - the error messagecause - the cause of the exceptionpublic DataExportException(Throwable cause, boolean extractRootCauseMessage)
cause - the cause of the exceptionextractRootCauseMessage - is only necessary to have a different method signatureCopyright © 2018. All rights reserved.