com.ibm.tws.conn.exception
Class ConnJobStreamExtDepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.tws.util.exception.TWSException
com.ibm.tws.conn.exception.ConnException
com.ibm.tws.conn.exception.ConnValidationException
com.ibm.tws.conn.exception.ConnJobStreamDepException
com.ibm.tws.conn.exception.ConnJobStreamExtDepException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnJobStreamExtDepException
- extends ConnJobStreamDepException
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its
external dependencies is not equal to the workstation class of the job stream beeing created/modified.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
Copyright |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- Copyright
ConnJobStreamExtDepException
public ConnJobStreamExtDepException(FlowTargetKey extdepWCKey,
JobStreamKey extDepJobStreamKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKey,
boolean isJobStreamOnWorkstation)
- Constructor
- Parameters:
extdepWCKey
- The Workstation Class key of the external dependencyextDepJobStreamKey
- The Job Stream key of the external dependencyflowNodeKey
- The Job Stream or job keyjobStreamFlowTargetKey
- The Workstation or Workstation Class key on which Job Stream is definedisJobStreamOnWorkstation
- true if Job Stream is defined on Workstation, false if Job Stream is defined on Workstation Class
ConnJobStreamExtDepException
public ConnJobStreamExtDepException(ConnJobStreamExtDepException e,
JobStreamKey jobStrKey)
- Constructor
this constructor is invoked when the exception occurs analizing the external dependencies of a job in a job stream
- Parameters:
e
- A ConnJobStreamExtDepExceptionjobStrKey
- Job Stream key
ConnJobStreamExtDepException
public ConnJobStreamExtDepException(FlowTargetKey extdepWCKey,
JobKey extDepJobKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKeyKey,
boolean isJobStreamOnWorkstation)
- Constructor
- Parameters:
extdepWCKey
- The Workstation Class key of the external dependencyextDepJobKey
- The Job key of the external dependencyflowNodeKey
- The Job Stream or job keyjobStreamFlowTargetKeyKey
- The Workstation or Workstation Class key on which Job Stream is definedisJobStreamOnWorkstation
- true if Job Stream is defined on Workstation, false if Job Stream is defined on Workstation Class
Copyright © 2005 IBM All Rights Reserved.