Class ExportException

  • All Implemented Interfaces:
    Serializable

    public class ExportException
    extends Exception
    Exception that indicates an error during import processing User: dkincade
    See Also:
    Serialized Form
    • Constructor Detail

      • ExportException

        public ExportException()
      • ExportException

        public ExportException​(String message)
      • ExportException

        public ExportException​(String message,
                               Throwable cause)
      • ExportException

        public ExportException​(Throwable cause)