|
||||||||||
| 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(String message)
Construct a new ApplicationException instance. |
|
ApplicationException(String message,
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(String message)
ApplicationException instance.
message - The detail message for this exception.
public ApplicationException(String message,
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 | |||||||||