com.ibm.bpe.api
Class ProcessTemplateInstallOnDemandFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.bpe.api.ProcessException
              extended bycom.ibm.bpe.api.ProcessTemplateInstallOnDemandFailedException
All Implemented Interfaces:
java.io.Serializable

public class ProcessTemplateInstallOnDemandFailedException
extends ProcessException

Exception class for error message Api.ProcessTemplateInstallOnDemandFailed.
Thrown when: The on-demand installation of a process template failed. See exception text for more information.
User action: Make sure that the FDML referenced by the WSDL description of the process can be found. Also check the exception stack for more information.

See Also:
Serialized Form

Constructor Summary
ProcessTemplateInstallOnDemandFailedException(java.lang.Object[] vars)
          Constructor.
ProcessTemplateInstallOnDemandFailedException(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

ProcessTemplateInstallOnDemandFailedException

public ProcessTemplateInstallOnDemandFailedException(java.lang.Object[] vars)
Constructor.

Parameters:
vars - See ProcessTemplateInstallOnDemandFailedException(Object[], Throwable)

ProcessTemplateInstallOnDemandFailedException

public ProcessTemplateInstallOnDemandFailedException(java.lang.Object[] vars,
                                                     java.lang.Throwable cause)
Constructor.

Parameters:
vars - An array with 1 substitution variable for BPEA0115E: On-demand installation of the process template ''{0}'' failed.
{0} is the name of the process template
cause - The exception that was thrown.