org.apache.felix.ipojo
Class UnacceptableConfiguration
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
UnacceptableConfiguration
public UnacceptableConfiguration(String message)
- Creates an UnacceptableConfiguration.
- Parameters:
message
- : message about the error.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.