org.apache.s4.deploy
Class DeploymentFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
DeploymentFailedException
public DeploymentFailedException(java.lang.String message,
java.lang.Throwable e)
DeploymentFailedException
public DeploymentFailedException(java.lang.String message)