Oracle

weblogic.management
Class DeploymentException

java.lang.Object
  extended by ManagementException
      extended by weblogic.management.DeploymentException
Direct Known Subclasses:
DeferredDeploymentException

public class DeploymentException
extends ManagementException

Exceptions thrown during the deployment process.


Constructor Summary
DeploymentException(String message)
          Constructor for the DeploymentException object
DeploymentException(String message, Throwable t)
          Constructor for the DeploymentException object
DeploymentException(Throwable t)
          Constructor for the DeploymentException object
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentException

public DeploymentException(String message,
                           Throwable t)
Constructor for the DeploymentException object

Parameters:
message -
the - original cause

DeploymentException

public DeploymentException(Throwable t)
Constructor for the DeploymentException object

Parameters:
t - the original cause

DeploymentException

public DeploymentException(String message)
Constructor for the DeploymentException object

Parameters:
message -

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.