Class ESelfTestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.selftests.ESelfTestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EDuplicateSelfTestException, EInvalidSelfTestException, EMissingSelfTestException

public class ESelfTestException extends EBaseException
This class implements a self test exception. ESelfTestExceptions are derived from EBaseExceptions in order to allow users to easily do self tests without try-catch clauses. ESelfTestExceptions should be caught by SelfTestSubsystem managers.

Version:
$Revision$, $Date$
See Also: