uk.org.iscream.cms.server.componentmanager
Class ComponentStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ComponentStartException(String message)
          Takes a string containing the message to be displayed for the exception.
 
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

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.