|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its dependencies is not equal to the workstation class of the job stream beeing created/modified.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
Copyright |
Constructor Summary | |
---|---|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
FlowTargetKey jobStrWksKey)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
FlowTargetKey jobStreamFlowTargetKeyKey,
FlowTargetKey depWCKey,
boolean isJobStreamOnWorkstation)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
FlowNodeKey flNodeKey,
JobStreamKey jobStrKey,
FlowTargetKey jobStrWksKey)
Constructor |
|
ConnJobStreamDepException(java.lang.String msgId,
java.lang.Object[] msgArgs,
JobStreamKey jobStrKey)
Constructor |
Method Summary | |
---|---|
FlowTargetKey |
getDependencyWorkstationClassKey()
Get the dependent workstation class key |
FlowNodeKey |
getFlowNodeKey()
Get job or job stream in error |
JobStreamKey |
getJobStreamKey()
Get the job stream key |
FlowTargetKey |
getJobStreamWorkstationClassKey()
Get job stream workstation class key |
FlowTargetKey |
getJobStreamWorkstationKey()
Get job stream workstation key |
Methods inherited from class com.ibm.tws.conn.exception.ConnException |
---|
buildInsert, buildInsert2 |
Methods inherited from class com.ibm.tws.util.exception.TWSException |
---|
getArgs, getCauseMessage, getLocalizedMessage, getLocalizedMessage, getMessage, initialize, printStackTrace, printStackTrace, printStackTrace |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, FlowTargetKey jobStreamFlowTargetKeyKey, FlowTargetKey depWCKey, boolean isJobStreamOnWorkstation)
msgId
- Message IdmsgArgs
- Message argumentsflNodeKey
- Job stream or job whose dependency is in errorjobStreamFlowTargetKeyKey
- The Workstation or Workstation Class key on which Job Stream is defineddepWCKey
- The dependent Workstation Class keyisJobStreamOnWorkstation
- true if Job Stream is defined on Workstation, false if Job Stream is defined on Workstation Classpublic ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, JobStreamKey jobStrKey)
msgId
- message idmsgArgs
- message parmsjobStrKey
- The Job Stream keypublic ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, FlowTargetKey jobStrWksKey)
msgId
- message idmsgArgs
- message parmsflNodeKey
- job or job stream in errorjobStrWksKey
- job stream workstation keypublic ConnJobStreamDepException(java.lang.String msgId, java.lang.Object[] msgArgs, FlowNodeKey flNodeKey, JobStreamKey jobStrKey, FlowTargetKey jobStrWksKey)
msgId
- message idmsgArgs
- message parmsflNodeKey
- job or job stream in errorjobStrKey
- The Job Stream keyjobStrWksKey
- job stream workstation keyMethod Detail |
public FlowTargetKey getDependencyWorkstationClassKey()
public FlowNodeKey getFlowNodeKey()
public JobStreamKey getJobStreamKey()
public FlowTargetKey getJobStreamWorkstationClassKey()
public FlowTargetKey getJobStreamWorkstationKey()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |