org.apache.avalon.phoenix.components.deployer.installer
Class InstallationException

org.apache.avalon.phoenix.components.deployer.installer.InstallationException

public final class InstallationException

Exception to indicate error deploying.

Version:
$Revision: 1.2 $ $Date: 2002/08/06 11:57:40 $
Author:
Peter Donald

Constructor Summary
InstallationException(String message)
          Construct a new InstallationException instance.
InstallationException(String message, Throwable throwable)
          Construct a new InstallationException instance.
 

Constructor Detail

InstallationException

public InstallationException(String message)
Construct a new InstallationException instance.
Parameters:
message - The detail message for this exception.

InstallationException

public InstallationException(String message,
                             Throwable throwable)
Construct a new InstallationException instance.
Parameters:
message - The detail message for this exception.
throwable - the root cause of the exception


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.