Class DataExportException

  • All Implemented Interfaces:
    Serializable

    public class DataExportException
    extends RuntimeException

    Exception thrown by data exchange methods if an export operation fails

    Copyright 2013 (C) by Martin Ganserer

    Version:
    1.0.0
    Author:
    Martin Ganserer
    See Also:
    Serialized Form
    • Constructor Detail

      • DataExportException

        public DataExportException​(String message)
        Constructor
        Parameters:
        message -
      • DataExportException

        public DataExportException​(Throwable cause)
        Constructor
        Parameters:
        cause - the cause of the exception
      • DataExportException

        public DataExportException​(String message,
                                   Throwable cause)
        Constructor
        Parameters:
        message - the error message
        cause - the cause of the exception
      • DataExportException

        public DataExportException​(Throwable cause,
                                   boolean extractRootCauseMessage)
        Constructor that initializes the exception with the message of the root cause
        Parameters:
        cause - the cause of the exception
        extractRootCauseMessage - is only necessary to have a different method signature