com.ibm.tws.conn.exception
Class ConnJobStreamFileDepException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.tws.util.exception.TWSException
              extended bycom.ibm.tws.conn.exception.ConnException
                  extended bycom.ibm.tws.conn.exception.ConnValidationException
                      extended bycom.ibm.tws.conn.exception.ConnJobStreamDepException
                          extended bycom.ibm.tws.conn.exception.ConnJobStreamFileDepException
All Implemented Interfaces:
java.io.Serializable

public class ConnJobStreamFileDepException
extends ConnJobStreamDepException

This exception is thrown in create/modify JobStream, and one of the workstation class referenced in its file 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
 
Constructor Summary
ConnJobStreamFileDepException(ConnJobStreamFileDepException e, JobStreamKey jobStrKey)
          Constructor
ConnJobStreamFileDepException(FlowTargetKey fileWCKey, java.lang.String fName, FlowNodeKey flowNodeKey, FlowTargetKey jobStreamFlowTargetKey, boolean isJobStreamOnWorkstation)
          Construcotr
 
Method Summary
 java.lang.String getFileName()
          Get the file name
 
Methods inherited from class com.ibm.tws.conn.exception.ConnJobStreamDepException
getDependencyWorkstationClassKey, getFlowNodeKey, getJobStreamKey, getJobStreamWorkstationClassKey, getJobStreamWorkstationKey
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright

Constructor Detail

ConnJobStreamFileDepException

public ConnJobStreamFileDepException(FlowTargetKey fileWCKey,
                                     java.lang.String fName,
                                     FlowNodeKey flowNodeKey,
                                     FlowTargetKey jobStreamFlowTargetKey,
                                     boolean isJobStreamOnWorkstation)
Construcotr

Parameters:
fileWCKey - File Workstation Class key
fName - File name
flowNodeKey - The flow node key of the Job/Jobstream involved in the error
jobStreamFlowTargetKey - The Workstation or Workstation Class key on which Job Stream is defined
isJobStreamOnWorkstation - true if Job Stream is defined on Workstation, false if Job Stream is defined on Workstation Class

ConnJobStreamFileDepException

public ConnJobStreamFileDepException(ConnJobStreamFileDepException e,
                                     JobStreamKey jobStrKey)
Constructor

Parameters:
e - A ConnJobStreamFileDepException already constructed
jobStrKey - Job Stream key
Method Detail

getFileName

public java.lang.String getFileName()
Get the file name

Returns:
File name


Copyright © 2005 IBM All Rights Reserved.