|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--CascadingException | +--org.apache.avalon.phoenix.components.deployer.installer.InstallationException
Exception to indicate error deploying.
Constructor Summary | |
InstallationException(String message)
Construct a new InstallationException instance. |
|
InstallationException(String message,
Throwable throwable)
Construct a new InstallationException instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InstallationException(String message)
InstallationException
instance.
message
- The detail message for this exception.public InstallationException(String message, Throwable throwable)
InstallationException
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 |