|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CascadingException | +--org.apache.avalon.phoenix.interfaces.ApplicationException
Exception to indicate that an Application failed to startup or shutdown cleanly.
Constructor Summary | |
ApplicationException(java.lang.String message)
Construct a new ApplicationException instance. |
|
ApplicationException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new ApplicationException instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ApplicationException(java.lang.String message)
ApplicationException
instance.
message
- The detail message for this exception.public ApplicationException(java.lang.String message, java.lang.Throwable throwable)
ApplicationException
instance.
message
- The detail message for this exception.throwable
- the root cause of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |