Class EPropertyNotFound

All Implemented Interfaces:
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:
  • Constructor Details

    • EPropertyNotFound

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

      Parameters:
      errorString - Detailed error message.