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:
java.io.Serializable

public class UnacceptableConfiguration
extends java.lang.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

Field Summary
private static long serialVersionUID
          Exception UID.
 
Constructor Summary
UnacceptableConfiguration(java.lang.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Exception UID.

See Also:
Constant Field Values
Constructor Detail

UnacceptableConfiguration

public UnacceptableConfiguration(java.lang.String message)
Creates an UnacceptableConfiguration.

Parameters:
message - : message about the error.


Copyright © 2006-2010 The Apache Software Foundation. All Rights Reserved.