Package com.netscape.certsrv.logging
Class ELogNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.logging.ELogException
com.netscape.certsrv.logging.ELogNotFound
- All Implemented Interfaces:
Serializable
Exception for log not found.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionELogNotFound
(String errorString) Constructs a exception for a missing required log. -
Method Summary
Methods inherited from class com.netscape.certsrv.logging.ELogException
getBundleName, getParameters, toString, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ELogNotFound
Constructs a exception for a missing required log.- Parameters:
errorString
- Detailed error message.
-