Class ScoreRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.silverpeas.kernel.SilverpeasRuntimeException
-
- org.silverpeas.core.questioncontainer.score.model.ScoreRuntimeException
-
- All Implemented Interfaces:
Serializable
public class ScoreRuntimeException extends org.silverpeas.kernel.SilverpeasRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScoreRuntimeException(String message)
ScoreRuntimeException(String message, Throwable cause)
ScoreRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-