Class QuizzException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.silverpeas.kernel.SilverpeasException
org.silverpeas.components.quizz.QuizzException
All Implemented Interfaces:
Serializable

public class QuizzException extends org.silverpeas.kernel.SilverpeasException
Non-runtime exception management for this jobPeas.
See Also:
  • Constructor Details

    • QuizzException

      public QuizzException(String message, String... parameters)
    • QuizzException

      public QuizzException(String message, Throwable cause)
    • QuizzException

      public QuizzException(Throwable cause)