org.apache.avalon.phoenix.interfaces
Class DeploymentException

org.apache.avalon.phoenix.interfaces.DeploymentException

public final class DeploymentException

Exception to indicate error deploying.

Author:
Peter Donald

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

Constructor Detail

DeploymentException

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

DeploymentException

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


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.