Package com.netscape.certsrv.logging
Class ELogPluginNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.logging.ELogException
com.netscape.certsrv.logging.ELogPluginNotFound
- All Implemented Interfaces:
Serializable
Exception for log plugin not found.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionELogPluginNotFound
(String errorString) Constructs a exception for a missing log plugin. -
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
-
ELogPluginNotFound
Constructs a exception for a missing log plugin.- Parameters:
errorString
- Detailed error message.
-