com.netscape.certsrv.base
Class EPropertyNotFound

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netscape.certsrv.base.EBaseException
              extended by 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: 1211 $, $Date: 2010-08-18 10:15:37 -0700 (Wed, 18 Aug 2010) $
See Also:
EBaseException, Serialized Form

Field Summary
 
Fields inherited from class com.netscape.certsrv.base.EBaseException
mParams
 
Constructor Summary
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EPropertyNotFound

public EPropertyNotFound(java.lang.String errorString)
Constructs an instance of this exception given the name of the property that's not found.

Parameters:
errorString - Detailed error message.