com.xebialabs.deployit.deployment.planner
Class DeploymentPlanner.PlannerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.xebialabs.deployit.deployment.planner.DeploymentPlanner.PlannerException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DeploymentPlanner

public static class DeploymentPlanner.PlannerException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
DeploymentPlanner.PlannerException()
           
DeploymentPlanner.PlannerException(java.lang.String message)
           
DeploymentPlanner.PlannerException(java.lang.String message, java.lang.Object... params)
           
DeploymentPlanner.PlannerException(java.lang.String message, java.lang.Throwable cause)
           
DeploymentPlanner.PlannerException(java.lang.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

DeploymentPlanner.PlannerException

public DeploymentPlanner.PlannerException()

DeploymentPlanner.PlannerException

public DeploymentPlanner.PlannerException(java.lang.String message)

DeploymentPlanner.PlannerException

public DeploymentPlanner.PlannerException(java.lang.String message,
                                          java.lang.Object... params)

DeploymentPlanner.PlannerException

public DeploymentPlanner.PlannerException(java.lang.String message,
                                          java.lang.Throwable cause)

DeploymentPlanner.PlannerException

public DeploymentPlanner.PlannerException(java.lang.Throwable cause)