Uses of Package
com.ibm.tws.conn.exception

Packages that use com.ibm.tws.conn.exception
com.ibm.tws.conn.engine   
com.ibm.tws.conn.exception   
com.ibm.tws.conn.model   
com.ibm.tws.conn.plan   
com.ibm.tws.conn.util   
com.ibm.tws.zconn.engine   
com.ibm.tws.zconn.model   
com.ibm.tws.zconn.plan   
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.conn.engine
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.conn.exception
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnIntegrityException
          This exception is thrown when a write operation cannot be executed because it violates integrity checks.
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.
ConnJobStreamExtDepException
          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.
ConnJobStreamFileDepException
          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.
ConnJobStreamInternetworkDepException
          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
ConnJobStreamResourceDepException
          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.
ConnPlanException
          This is the root exception of all the plan specific exceptions.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnValidationException
          This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.conn.model
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnIntegrityException
          This exception is thrown when a write operation cannot be executed because it violates integrity checks.
ConnLockingException
          This exception is thrown when an operation fails because it violates lock management checks.
ConnNotFoundException
          This exception is thrown when executing an operation on an object that cannot be found.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnValidationException
          This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.conn.plan
ConnEngineNotMasterException
          This exception is thrown by the Plan Connector when a method that can be invoked only a master engine is invoked on a FTA.
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnLockingException
          This exception is thrown when an operation fails because it violates lock management checks.
ConnNotFoundException
          This exception is thrown when executing an operation on an object that cannot be found.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnValidationException
          This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.conn.util
ConnInvalidParameterException
          This Exception is thrown when an invalid parameter is passed to TWS API.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.zconn.engine
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.zconn.model
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnIntegrityException
          This exception is thrown when a write operation cannot be executed because it violates integrity checks.
ConnLockingException
          This exception is thrown when an operation fails because it violates lock management checks.
ConnNotFoundException
          This exception is thrown when executing an operation on an object that cannot be found.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnValidationException
          This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
 

Classes in com.ibm.tws.conn.exception used by com.ibm.tws.zconn.plan
ConnEngineNotMasterException
          This exception is thrown by the Plan Connector when a method that can be invoked only a master engine is invoked on a FTA.
ConnException
          This is the root of all exception classes thrown by the TWS connector.
ConnIntegrityException
          This exception is thrown when a write operation cannot be executed because it violates integrity checks.
ConnLockingException
          This exception is thrown when an operation fails because it violates lock management checks.
ConnNotFoundException
          This exception is thrown when executing an operation on an object that cannot be found.
ConnSecurityException
          This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password.
ConnTransportException
          This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources.
ConnValidationException
          This exception is thrown when an operation cannot be executed because the data passed in input are not valid.
 



Copyright © 2005 IBM All Rights Reserved.