org.xwiki.component.manager
Class ComponentLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.component.manager.ComponentLifecycleException
All Implemented Interfaces:
java.io.Serializable

public class ComponentLifecycleException
extends java.lang.Exception

Raised during component's release (see ComponentManager.release(Object)) if an error happens during the end lifecycle execution (during component's destroy for example).

Version:
$Id$
See Also:
Serialized Form

Constructor Summary
ComponentLifecycleException(java.lang.String message)
           
ComponentLifecycleException(java.lang.String message, java.lang.Throwable cause)
           
 
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

ComponentLifecycleException

public ComponentLifecycleException(java.lang.String message)

ComponentLifecycleException

public ComponentLifecycleException(java.lang.String message,
                                   java.lang.Throwable cause)


Copyright © 2004-2011 XWiki. All Rights Reserved.