|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.avalon.framework.CascadingException org.apache.avalon.fortress.InitializationException
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.
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 org.apache.avalon.framework.CascadingException |
getCause |
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 |
Constructor Detail |
public InitializationException(java.lang.String message)
message
- The message for the exceptionpublic InitializationException(java.lang.String message, java.lang.Throwable source)
message
- The message for the exceptionsource
- The source exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |