Package com.netscape.certsrv.base
Class EPropertyNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netscape.certsrv.base.EBaseException
com.netscape.certsrv.base.EPropertyNotFound
- All Implemented Interfaces:
Serializable
This class represents an exception thrown when a
property is not found in the configuration store.
It extends EBaseException and uses the same resource bundle.
- Version:
- $Revision$, $Date$
- See Also:
-
Field Summary
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
Constructor Summary
ConstructorsConstructorDescriptionEPropertyNotFound
(String errorString) Constructs an instance of this exception given the name of the property that's not found. -
Method Summary
Methods inherited from class com.netscape.certsrv.base.EBaseException
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
-
EPropertyNotFound
Constructs an instance of this exception given the name of the property that's not found.- Parameters:
errorString
- Detailed error message.
-