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:
java.io.Serializable
public class ProcessDefinitionDeploymentException extends AbstractCheckedException
Thrown when the specified process flow definition cannot be deployed.- Since:
- 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessDefinitionDeploymentException(java.lang.String message)
Constructs anProcessDefinitionDeploymentException
with the specified message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ProcessDefinitionDeploymentException
public ProcessDefinitionDeploymentException(java.lang.String message)
Constructs anProcessDefinitionDeploymentException
with the specified message.- Parameters:
message
- The detailed message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-