org.apache.avalon.excalibur.system
Class InitializationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.avalon.framework.CascadingException
                    |
                    +--org.apache.avalon.excalibur.system.InitializationException
All Implemented Interfaces:
org.apache.avalon.framework.CascadingThrowable, java.io.Serializable

public class InitializationException
extends org.apache.avalon.framework.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.1 $ $Date: 2002/01/18 23:21:01 $
Author:
Berin Loritsch
See Also:
Serialized Form

Constructor Summary
InitializationException(java.lang.String message)
           
InitializationException(java.lang.String message, java.lang.Throwable source)
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializationException

public InitializationException(java.lang.String message)

InitializationException

public InitializationException(java.lang.String message,
                               java.lang.Throwable source)


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.