net.stickycode.deploy.tomcat
Class FailedToStartDeploymentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.stickycode.deploy.tomcat.FailedToStartDeploymentException
All Implemented Interfaces:
Serializable

public class FailedToStartDeploymentException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
FailedToStartDeploymentException()
           
FailedToStartDeploymentException(String message)
           
FailedToStartDeploymentException(String message, Throwable cause)
           
FailedToStartDeploymentException(Throwable cause)
           
 
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

FailedToStartDeploymentException

public FailedToStartDeploymentException()

FailedToStartDeploymentException

public FailedToStartDeploymentException(String message,
                                        Throwable cause)

FailedToStartDeploymentException

public FailedToStartDeploymentException(String message)

FailedToStartDeploymentException

public FailedToStartDeploymentException(Throwable cause)


Copyright © 2012 RedEngine Ltd. All Rights Reserved.