Class ImportException

  • All Implemented Interfaces:
    Serializable

    public class ImportException
    extends Exception
    Exception thrown by importers. Typically contains a nested exception indicating the underlying cause of the problem.
    See Also:
    Serialized Form
    • Constructor Detail

      • ImportException

        public ImportException​(String message,
                               Throwable cause)