org.xwiki.component.manager
Class ComponentLifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xwiki.component.manager.ComponentLifecycleException
- All Implemented Interfaces:
- Serializable
public class ComponentLifecycleException
- extends 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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComponentLifecycleException
public ComponentLifecycleException(String message)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.
ComponentLifecycleException
public ComponentLifecycleException(String message,
Throwable cause)
- Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage()
method.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)
Copyright © 2004-2011 XWiki. All Rights Reserved.