Class DeploymentExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ru.cg.webbpm.studio.subsystems.deploy.appserver.impl.exception.DeploymentExecutionException
All Implemented Interfaces:
Serializable

public class DeploymentExecutionException extends Exception
Author:
James R. Perkins
See Also:
  • Constructor Details

    • DeploymentExecutionException

      public DeploymentExecutionException(String message, Exception cause)
    • DeploymentExecutionException

      public DeploymentExecutionException(Exception cause, String format, Object... args)
    • DeploymentExecutionException

      public DeploymentExecutionException(String message, Throwable cause)
    • DeploymentExecutionException

      public DeploymentExecutionException(Throwable cause, String format, Object... args)
    • DeploymentExecutionException

      public DeploymentExecutionException(String message)
    • DeploymentExecutionException

      public DeploymentExecutionException(String format, Object... args)