uk.org.iscream.cms.server.componentmanager
Class ComponentStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.org.iscream.cms.server.componentmanager.ComponentStartException
- All Implemented Interfaces:
- Serializable
public class ComponentStartException
- extends Exception
This exception is thrown when a component fails to start.
The failing component MUST give a failing message.
- Version:
- $Id: ComponentStartException.java,v 1.8 2004/08/01 10:40:50 tdb Exp $
- Author:
- $Author: tdb $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ComponentStartException
public ComponentStartException(String message)
- Takes a string containing the message to be displayed
for the exception.
- Parameters:
message
- the message
Copyright © 2000-2003 i-scream. All Rights Reserved.