|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TWSException | |
---|---|
com.ibm.tws.conn.exception | |
com.ibm.tws.objects.validator |
Uses of TWSException in com.ibm.tws.conn.exception |
---|
Subclasses of TWSException in com.ibm.tws.conn.exception | |
class |
ConnDomainRefByWorkstationNotExistException
This exception is thrown when trying to add or modify a workstation and the domain referenced by workstation does not exist. |
class |
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. |
class |
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. |
class |
ConnException
This is the root of all exception classes thrown by the TWS connector. |
class |
ConnExistReferenceException
This exception is thrown when trying to delete an object that is referenced by other objects |
class |
ConnFlowTargetRefByIdNotExistException
This exception is thrown when trying to add or modify an object with a parent that does not exist |
class |
ConnIntegrityException
This exception is thrown when a write operation cannot be executed because it violates integrity checks. |
class |
ConnInvalidParameterException
This Exception is thrown when an invalid parameter is passed to TWS API. |
class |
ConnInvalidPropertiesException
This Exception is thrown when an invalid properties is passed. |
class |
ConnInvalidTimeZoneException
This exception is thrown when an operation try to work with an invalid timezone |
class |
ConnInvalidWorkstationHostException
This exception is thrown when a generic api used to create or modify a extended agent Workstation with an invalid host. |
class |
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. |
class |
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. |
class |
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. |
class |
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 |
class |
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. |
class |
ConnLockingException
This exception is thrown when an operation fails because it violates lock management checks. |
class |
ConnLoopException
This exception is thrown when trying to update an object with a parent that is already an ancestor of the object itself. |
class |
ConnNotFoundException
This exception is thrown when executing an operation on an object that cannot be found. |
class |
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. |
class |
ConnParentNotExistException
This eception is thrown when trying to add or modify an object with a parent that does not exist |
class |
ConnPlanException
This is the root exception of all the plan specific exceptions. |
class |
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." |
class |
ConnRemoteException
This Exception is thrown when a java.rmi.remote execption is thrown by ejb |
class |
ConnSecurityException
This exception is thrown when an operation cannot be executed because the user was not authorized or used a wrong password. |
class |
ConnSelfReferenceException
This exception is thrown when trying to update an object that reference itself. |
class |
ConnSymphonyAccessException
This exception is thrown when a generic error in the native code is found. |
class |
ConnTransportException
This exception is thrown when an operation cannot be executed because of a problem in accessing remote resources. |
class |
ConnValidationException
This exception is thrown when an operation cannot be executed because the data passed in input are not valid. |
class |
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. |
Constructors in com.ibm.tws.conn.exception with parameters of type TWSException | |
ConnException(TWSException e)
Creates a ConnException from the given nested exception. |
|
ConnIntegrityException(TWSException e)
Creates a ConnIntegrityException from the given nested exception. |
|
ConnInvalidParameterException(TWSException e)
Creates a ConnInvalidParameterException from the given nested exception. |
|
ConnLockingException(TWSException e,
boolean gLock)
Creates a ConnLockingException from the given nested exception. |
|
ConnNotFoundException(TWSException e)
Creates a ConnNotFoundException from the given nested exception. |
|
ConnPlanException(TWSException e)
Creates a ConnPlanException from the given nested exception. |
|
ConnSecurityException(TWSException e)
Creates a ConnSecurityException from the given nested exception. |
|
ConnSymphonyAccessException(TWSException e)
Creates a ConnSymphonyAccessException from the given nested exception. |
|
ConnTransportException(TWSException e)
Creates a ConnTransportException from the given nested exception. |
|
ConnValidationException(TWSException e)
Creates a ConnValidationException from the given nested exception. |
Uses of TWSException in com.ibm.tws.objects.validator |
---|
Subclasses of TWSException in com.ibm.tws.objects.validator | |
class |
AddressValidatorException
This exception is thrown when validation of an object fails because an internet address field contains an invalid address. |
class |
CharValidatorException
This exception is thrown when validation of an object fails because a text field includes an invalid character. |
class |
ComparisonValidatorException
This exception is thrown when validation of an object fails because a comparison constraint between two fields is not met. |
class |
ConstraintValidatorException
This exception is thrown when validation of an object fails because the current value of a field does not comply with a constraint defined by the current value of one or more fields of the same object. |
class |
FilterValidatorException
This exception is thrown when validation of a query filter fails because one of the filter elements is not an instance of the expected class, or is null but the filter element is not nullable. |
class |
InstanceValidatorException
This exception is thrown when validation of an object fails because one of the objects in a list is not an instance of the expected class. |
class |
LengthValidatorException
This exception is thrown when validation of an object fails because a text field exceeds the allowed maximum length. |
class |
NullValidatorException
This exception is thrown when validation of an object fails because a required field is null. |
class |
RangeValidatorException
This exception is thrown when validation of an object fails because a sortable field is out of the allowed range. |
class |
StartValidatorException
This exception is thrown when validation of an object fails because a text field does not start as expected. |
class |
ValidatorException
This class is the root of all validator exception classes. |
class |
ValueValidatorException
This exception is thrown when validation of an object fails because one of the fields contains an invalid value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |