org.apache.avalon.fortress
Class InitializationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.avalon.framework.CascadingException
|
+--org.apache.avalon.fortress.InitializationException
- All Implemented Interfaces:
- CascadingThrowable, Serializable
- public final class InitializationException
- extends CascadingException
This exception is used to indicate something went horribly wrong in the
ContainerManager, and it is unable to create a new instance of your
Container.
- Version:
- CVS $Revision: 1.5 $ $Date: 2003/04/18 20:02:29 $
- Author:
- Berin Loritsch
- See Also:
- Serialized Form
InitializationException
public InitializationException(String message)
- Create the InitializationException with the supplied message.
- Parameters:
message
- The message for the exception
InitializationException
public InitializationException(String message,
Throwable source)
- Create the InitializationException with the supplied message and source
exception.
- Parameters:
message
- The message for the exceptionsource
- The source exception
Copyright © 2000-2002 Apache Avalon Project. All Rights Reserved.