com.ibm.task.plugins

Class TaskDeploymentException

  • All Implemented Interfaces:
    java.io.Serializable


    public class TaskDeploymentException
    extends TaskException
    Base class for all exceptions thrown during task deployment.
    Since:
    6.0.1
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskDeploymentException

        public TaskDeploymentException(java.lang.String message)
        Constructs an exception object.
        Parameters:
        message - The error message.
      • TaskDeploymentException

        public TaskDeploymentException(java.lang.Throwable cause)
        Constructs an exception object.
        Parameters:
        cause - The exception that was thrown.
      • TaskDeploymentException

        public TaskDeploymentException(java.lang.String message,
                               java.lang.Throwable cause)
        Constructs an exception object.
        Parameters:
        message - The error message.
        cause - The exception that was thrown.
      • TaskDeploymentException

        public TaskDeploymentException(java.lang.String key,
                               java.lang.Object[] vars,
                               java.lang.String id,
                               java.lang.Throwable cause)
        Constructs an exception object with a localized message.
        Parameters:
        key - The message key.
        id - The message id.
        vars - The message variables. May be null.
        cause - The exception that was thrown.
      • TaskDeploymentException

        public TaskDeploymentException(java.lang.String catalog,
                               java.lang.String key,
                               java.lang.Object[] vars,
                               java.lang.String id,
                               java.lang.Throwable cause)
        Constructs an exception object with a localized message.
        Parameters:
        catalog - The catalog which have to be used to retrieve the message.
        key - The message key.
        id - The message id.
        vars - The message variables. May be null.
        cause - The exception that was thrown.
IBM Business Process ManagerTM
Release 8