org.apache.felix.ipojo.composite.service.provides
Class CompositionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.felix.ipojo.composite.service.provides.CompositionException
All Implemented Interfaces:
Serializable

public class CompositionException
extends Exception

Exception occurs when a composition error occurs.

Author:
Felix Project Team
See Also:
Serialized Form

Constructor Summary
CompositionException(String message)
          Constructor.
 
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

CompositionException

public CompositionException(String message)
Constructor.

Parameters:
message - : a message.


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