Class ProcessDefinitionDeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.workflow.processdefinition.ProcessDefinitionDeploymentException
All Implemented Interfaces:
Serializable

public class ProcessDefinitionDeploymentException extends AbstractCheckedException
Thrown when the specified process flow definition cannot be deployed.
Since:
2.2
See Also:
  • Constructor Details

    • ProcessDefinitionDeploymentException

      public ProcessDefinitionDeploymentException(String message)
      Constructs an ProcessDefinitionDeploymentException with the specified message.
      Parameters:
      message - The detailed message (which is saved for later retrieval by the AbstractCheckedException.getMessage() method).