com.netscape.certsrv.base
Class EPropertyNotDefined

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.EPropertyNotDefined
All Implemented Interfaces:
java.io.Serializable

public class EPropertyNotDefined
extends EBaseException

This class represents an exception thrown when a property is not defined (empty string) 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
EPropertyNotDefined(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

EPropertyNotDefined

public EPropertyNotDefined(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.