Class ExportException

All Implemented Interfaces:
Serializable

public class ExportException extends RuntimeException
Represents an exception thrown during export operations.
See Also:
  • Constructor Details

    • ExportException

      public ExportException(String message, Throwable cause)
      Initializes a new instance of the export exception.
      Parameters:
      message - The exception message.
      cause - The cause of the exception.