com.ibm.bpe.api
Class ProcessTemplateInstallOnDemandFailedFileNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.bpe.api.ProcessException
              extended bycom.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

Constructor Summary
ProcessTemplateInstallOnDemandFailedFileNotFoundException(java.lang.Object[] vars)
          Constructor.
ProcessTemplateInstallOnDemandFailedFileNotFoundException(java.lang.Object[] vars, java.lang.Throwable cause)
          Constructor.
 
Methods inherited from class com.ibm.bpe.api.ProcessException
getCause, getMessage, getMessage, getMessageKey, getMessageVariables, getRootCause, printStackTrace, printStackTrace, printStackTrace
 
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
 

Constructor Detail

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 process
cause - The exception that was thrown.