Class ExportException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.djrapitops.plan.exceptions.ExportException
All Implemented Interfaces:
Serializable

public class ExportException extends Exception
Exception thrown by Exporter if something goes wrong with export.
See Also:
  • Constructor Details

    • ExportException

      public ExportException(String message, Throwable cause)