org.openorb.orb.config
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openorb.orb.config.PropertyNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNotFoundException
extends java.lang.Exception

This exception could be raised by OpenORB when a required property is not found.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:46 $
Author:
Jerome Daniel
See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException()
           
PropertyNotFoundException(java.lang.String reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException()

PropertyNotFoundException

public PropertyNotFoundException(java.lang.String reason)