public class DataImportException extends RuntimeException
Exception thrown by data exchange methods if an import operation fails
Copyright 2013 (C) by Martin Ganserer
| Constructor and Description |
|---|
DataImportException(String message)
Constructor
|
DataImportException(String message,
Throwable cause)
Constructor
|
DataImportException(Throwable cause)
Constructor
|
DataImportException(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 DataImportException(String message)
message - public DataImportException(Throwable cause)
cause - the cause of the exceptionpublic DataImportException(String message, Throwable cause)
message - the error messagecause - the cause of the exceptionpublic DataImportException(Throwable cause, boolean extractRootCauseMessage)
cause - the cause of the exceptionextractRootCauseMessage - is only necessary to have a different method signatureCopyright © 2018. All rights reserved.