This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.avalon.fortress
Class InitializationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.avalon.framework.CascadingException
org.apache.avalon.framework.CascadingException
               org.apache.avalon.fortress.InitializationException
org.apache.avalon.fortress.InitializationException
- All Implemented Interfaces: 
- CascadingThrowable, java.io.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.8 $ $Date: 2004/02/28 15:16:24 $
- Author:
- Avalon Development Team
- See Also:
- Serialized Form
| Constructor Summary | 
| InitializationException(java.lang.String message)Create the InitializationException with the supplied message.
 | 
| InitializationException(java.lang.String message,
                        java.lang.Throwable source)Create the InitializationException with the supplied message and source
 exception.
 | 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, 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 | 
 
InitializationException
public InitializationException(java.lang.String message)
- Create the InitializationException with the supplied message.
 
- Parameters:
- message- The message for the exception
InitializationException
public InitializationException(java.lang.String message,
                               java.lang.Throwable source)
- Create the InitializationException with the supplied message and source
 exception.
 
- Parameters:
- message- The message for the exception
- source- The source exception
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.