Class IneligibilityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.deltava.beans.testing.IneligibilityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TestingHistoryHelper.PromotionIneligibilityException
An exception to store test/promotion ineligibility reasons.
- Since:
- 3.0
- Version:
- 3.0
- Author:
- Luke
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Creates the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IneligibilityException
Creates the exception.- Parameters:
msg
- the ineligibility reason
-