org.apache.felix.ipojo
Class UnacceptableConfiguration

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.felix.ipojo.UnacceptableConfiguration
All Implemented Interfaces:
Serializable

public class UnacceptableConfiguration
extends Exception

UnacceptableConfiguration occurs when a factory refuses to create an instance. This exception is thrown when the instance configuration does not specify a value for a required property or when the configuration tries to override the value of an immutable property

Author:
Felix Project Team
See Also:
Serialized Form

Constructor Summary
UnacceptableConfiguration(String message)
          Creates an UnacceptableConfiguration.
 
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

UnacceptableConfiguration

public UnacceptableConfiguration(String message)
Creates an UnacceptableConfiguration.

Parameters:
message - : message about the error.


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.