Exception Summary |
ConnDomainRefByWorkstationNotExistException |
This exception is thrown when trying to add or modify a workstation
and the domain referenced by workstation does not exist. |
ConnDuplicationException |
This exception is thrown when tring to create an object that already exist
or when changing the key of an object with a key that belongs to an existing object. |
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. |
ConnExistReferenceException |
This exception is thrown when trying to delete an object that is referenced by other objects |
ConnFlowTargetRefByIdNotExistException |
This exception is thrown when trying to add or modify an object with a parent that does not exist |
ConnIntegrityException |
This exception is thrown when a write operation cannot be executed because it violates integrity checks. |
ConnInvalidParameterException |
This Exception is thrown when an invalid parameter is passed to TWS API. |
ConnInvalidPropertiesException |
This Exception is thrown when an invalid properties is passed. |
ConnInvalidTimeZoneException |
This exception is thrown when an operation try to work with an invalid timezone |
ConnInvalidWorkstationHostException |
This exception is thrown when a generic api used
to create or modify a extended agent Workstation with an invalid host. |
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. |
ConnLockingException |
This exception is thrown when an operation fails because it violates lock management checks. |
ConnLoopException |
This exception is thrown when trying to update an object with a parent that is already
an ancestor of the object itself. |
ConnNotFoundException |
This exception is thrown when executing an operation on an object that cannot be found. |
ConnObjectNotSupportedException |
This exception is thrown when a generic api used
to add/remove/get/set/query an object in the database receive an object
not known from the database. |
ConnParentNotExistException |
This eception is thrown when trying to add or modify an object with a parent that does not exist |
ConnPlanException |
This is the root exception of all the plan specific exceptions. |
ConnRecJobNotExistException |
This eception is thrown when trying to add or modify a job definition
and the recovery job referenced by the job definition does not exist." |
ConnRemoteException |
This Exception is thrown when a java.rmi.remote execption is thrown by ejb |
ConnSecurityException |
This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password. |
ConnSelfReferenceException |
This exception is thrown when trying to update an object that reference itself. |
ConnSymphonyAccessException |
This exception is thrown when a generic error in the native code is found. |
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. |
ConnWorkstationDomainManagerExistException |
This exception is throws when trying to create/modifiy a workstaion defined as Domain Manager when another
workstation is already defined as domain manager. |