org.codehaus.plexus.appserver.application.deploy.lifecycle
Class AppDeploymentException

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

public class AppDeploymentException
extends java.lang.Exception

Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
AppDeploymentException(java.lang.String string)
           
AppDeploymentException(java.lang.String string, java.lang.Throwable throwable)
           
AppDeploymentException(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

AppDeploymentException

public AppDeploymentException(java.lang.String string)

AppDeploymentException

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

AppDeploymentException

public AppDeploymentException(java.lang.Throwable throwable)


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