com.ibm.tws.conn.exception
Class ConnJobStreamInternetworkDepException

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.ConnJobStreamInternetworkDepException
All Implemented Interfaces:
java.io.Serializable

public class ConnJobStreamInternetworkDepException
extends ConnJobStreamDepException

This exception is thrown in create/modify JobStream, if the workstation of the JobStream is not an extended agent, and the list of internetwork dependencies is not empty

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          Copyright
 
Constructor Summary
ConnJobStreamInternetworkDepException(ConnJobStreamInternetworkDepException e, JobStreamKey jobStreamKey)
          Constructor
ConnJobStreamInternetworkDepException(FlowNodeKey flowNodeKey, FlowTargetKey wksNotXaKey)
          Constructor
 
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

ConnJobStreamInternetworkDepException

public ConnJobStreamInternetworkDepException(FlowNodeKey flowNodeKey,
                                             FlowTargetKey wksNotXaKey)
Constructor

Parameters:
wksNotXaKey - workstation whcih is not extended agent
flowNodeKey - job stream or job in error

ConnJobStreamInternetworkDepException

public ConnJobStreamInternetworkDepException(ConnJobStreamInternetworkDepException e,
                                             JobStreamKey jobStreamKey)
Constructor

Parameters:
e - A ConnJobStreamInternetworkDepException
jobStreamKey - Job Stream key


Copyright © 2005 IBM All Rights Reserved.