Uses of Class
com.ibm.datapower.wamt.clientAPI.IncompatibilityException

Packages that use IncompatibilityException
com.ibm.datapower.wamt.clientAPI The clientAPI package encapsulates the logic for managing DataPower appliances, providing the API that should be used by a user interface to interact with one or more appliances. 
 

Uses of IncompatibilityException in com.ibm.datapower.wamt.clientAPI
 

Subclasses of IncompatibilityException in com.ibm.datapower.wamt.clientAPI
 class DeviceTypeIncompatibilityException
          An operation was attempted on two objects and the two objects did not have a compatible device type.
 class FeaturesNotEqualException
          An operation was attempted on two Device objects, and the two Devices did not have the same licensed features.
 class MissingFeaturesInFirmwareException
          An operation was attempted between a Firmware and a Device, but the Device is licensed for features that the Firmware does not provide libraries for.
 class ModelTypeIncompatibilityException
          An operation was attempted on two objects, and the ModelType for the two objects was incompatible.
 class UnlicensedFeaturesInFirmwareException
          An operation was attempted with a Firmware and a Device, and the Firmware has libraries for strict features that the Device is unlicensed for.
 



© Copyright IBM Corp. 2006, 2010 All Rights Reserved.