Class ExportException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    NoDataToExportException

    public class ExportException
    extends Exception
    Exception thrown when the export of a Silverpeas resource failed. It is a business exception that occurs when a business operation invoked by a user fails.
    See Also:
    Serialized Form
    • Constructor Detail

      • ExportException

        public ExportException​(Throwable thrwbl)
        Constructs a new ExportException by specifying the cause.
        Parameters:
        thrwbl - the cause of this exception.
      • ExportException

        public ExportException​(String message,
                               Throwable thrwbl)
        Constructs a new ExportException with the specified message and cause.
        Parameters:
        message - the message about the problem.
        thrwbl - the cause of the exception.
      • ExportException

        public ExportException​(String message)
        Constructs a new ExportException with the specified message.
        Parameters:
        message - the message about the problem.