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:
java.io.Serializable
public class EPropertyNotFound extends EBaseException
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:
EBaseException
, Serialized Form
-
-
Field Summary
-
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
-
-
Constructor Summary
Constructors Constructor Description EPropertyNotFound(java.lang.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
-
-