Class ImportException

  • All Implemented Interfaces:
    Serializable

    public class ImportException
    extends SilverpeasException
    Exception thrown when the import 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

      • ImportException

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

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

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