org.codehaus.plexus.appserver.deploy
Class DeploymentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.plexus.appserver.deploy.DeploymentException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DeploymentException(java.lang.String string)
           
DeploymentException(java.lang.String string, java.lang.Throwable throwable)
           
DeploymentException(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentException

public DeploymentException(java.lang.String string)

DeploymentException

public DeploymentException(java.lang.String string,
                           java.lang.Throwable throwable)

DeploymentException

public DeploymentException(java.lang.Throwable throwable)


Copyright 2001-2001-2006 Codehaus. All Rights Reserved.