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

Packages that use ClientAPIException
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 ClientAPIException in com.ibm.datapower.wamt.clientAPI
 

Subclasses of ClientAPIException in com.ibm.datapower.wamt.clientAPI
 class AlreadyExistsException
          The specified operation would create a duplicate, and duplicates are not allowed.
 class DeletedException
          The Java object you are trying to access has been deleted from the persisted datastore.
 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 FullException
          The container you are trying to add an item to is already at its maximum capacity.
 class IncompatibilityException
          An operation was attempted on two objects, and the objects were incompatible with each other.
 class InUseException
          The referenced item is in use and cannot be removed/deleted/destroyed while it is in use.
 class InvalidCredentialException
          The credential supplied does not pass the authentication and/or the authorization tests.
 class InvalidParameterException
          A runtime problem was detected with the parameter that you are attempting to use.
 class LockBusyException
          The requested item is locked by another thread and is unavailable for the requested operation.
 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 NotEmptyException
          You are trying to delete a container which is not empty, or trying to delete an object which other objects are dependent upon.
 class NotExistException
          The requested object does not exist.
 class NotManagedException
          The operation requested cannot be done because the relevant object is not managed.
 class ShutdownException
          An operation was prematurely terminated because the Manager is being shut down.
 class SubscriptionToAnotherManagerException
          The device you are trying to subscribe to already has been subscribed to using the same subscription id by another subscriber (manager).
 class UndeployableVersionException
          The specified DomainVersion is not deployable because it does not match the specified DeploymentPolicyVersion.
 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.
 class UnsuccessfulOperationException
          A runtime problem was detected while attempting to perform the indicated operation.
 class UnsupportedVersionException
          The version you are trying to create, deploy or operate on is not supported and is not allowed.
 



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