com.ibm.tws.conn.exception
Class ConnJobStreamResourceDepException
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.ConnJobStreamResourceDepException
- All Implemented Interfaces:
- java.io.Serializable
- public class ConnJobStreamResourceDepException
- extends ConnJobStreamDepException
This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its
resource 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
ConnJobStreamResourceDepException
public ConnJobStreamResourceDepException(FlowTargetKey resWCKey,
ResourceKey resKey,
FlowNodeKey flowNodeKey,
FlowTargetKey jobStreamFlowTargetKey,
boolean isJobStreamOnWorkstation)
- Constructor
- Parameters:
resWCKey
- Resource Workstation Class keyresKey
- Resource keyflowNodeKey
- The flow node key of the Job/Jobstream involved in the errorjobStreamFlowTargetKey
- 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
ConnJobStreamResourceDepException
public ConnJobStreamResourceDepException(ConnJobStreamResourceDepException e,
JobStreamKey jobStrKey)
- Constructor
- Parameters:
e
- A ConnJobStreamResourceDepExceptionjobStrKey
- Job Stream key
getResourceKey
public ResourceKey getResourceKey()
- Get the resource key
- Returns:
- the resource key
Copyright © 2005 IBM All Rights Reserved.