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

java.lang.Object
  |
  +--CascadingException
        |
        +--org.apache.avalon.phoenix.components.deployer.installer.InstallationException

public final class InstallationException
extends CascadingException

Exception to indicate error deploying.

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

Constructor Summary
InstallationException(java.lang.String message)
          Construct a new InstallationException instance.
InstallationException(java.lang.String message, java.lang.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

InstallationException

public InstallationException(java.lang.String message)
Construct a new InstallationException instance.

Parameters:
message - The detail message for this exception.

InstallationException

public InstallationException(java.lang.String message,
                             java.lang.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.