Class ExportException

All Implemented Interfaces:
Serializable

public class ExportException extends AbstractCheckedException
Thrown when there is an issue when exporting the specified item.
Since:
2.2
See Also:
  • Constructor Details

    • ExportException

      public ExportException(String message)
      Constructs an ExportException object with the specified message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the AbstractCheckedException.getMessage()).