com.ibm.bpe.api
Class ProcessTemplateInstallOnDemandFailedFileNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.bpe.api.ProcessException
com.ibm.bpe.api.ProcessTemplateInstallOnDemandFailedFileNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ProcessTemplateInstallOnDemandFailedFileNotFoundException
- extends ProcessException
Exception class for error message Api.ProcessTemplateInstallOnDemandFailedFileNotFound.
Thrown when: The on-demand installation of a process template failed because a binary process file could not be found.
User action: Make sure that the binary process file is located where required.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessTemplateInstallOnDemandFailedFileNotFoundException
public ProcessTemplateInstallOnDemandFailedFileNotFoundException(java.lang.Object[] vars)
- Constructor.
- Parameters:
vars
- See ProcessTemplateInstallOnDemandFailedFileNotFoundException(Object[], Throwable)
ProcessTemplateInstallOnDemandFailedFileNotFoundException
public ProcessTemplateInstallOnDemandFailedFileNotFoundException(java.lang.Object[] vars,
java.lang.Throwable cause)
- Constructor.
- Parameters:
vars
- An array with 2 substitution variables for
BPEA0114E: On-demand installation of the process template ''{0}'' failed: Could not open binary process file at location ''{1}''.
{0} is the name of the process template
{1} is the name of the location of the binary processcause
- The exception that was thrown.