org.apache.s4.deploy
Class DeploymentFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.s4.deploy.DeploymentFailedException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentFailedException
extends java.lang.Exception

Indicates that an application failed to be deployed to an S4 node.

Thrown during detection, fetching, loading or startup of applications deployed from a repository.

See Also:
Serialized Form

Constructor Summary
DeploymentFailedException(java.lang.String message)
           
DeploymentFailedException(java.lang.String message, java.lang.Throwable e)
           
 
Method Summary
 
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

DeploymentFailedException

public DeploymentFailedException(java.lang.String message,
                                 java.lang.Throwable e)

DeploymentFailedException

public DeploymentFailedException(java.lang.String message)