Uses of Class
com.ibm.datapower.wamt.DMgrException

Packages that use DMgrException
com.ibm.datapower.wamt This package contains classes that are used by the clientAPI and amp packages. 
com.ibm.datapower.wamt.amp The Appliance Management Protocol (AMP) provides an abstraction layer for message and command communication between the Manager and the DataPower devices. 
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. 
com.ibm.datapower.wamt.dataAPI Defines a collection of interfaces for data persistence that can be implemented to support a repository in various environments. 
com.ibm.datapower.wamt.soma   
 

Uses of DMgrException in com.ibm.datapower.wamt
 

Methods in com.ibm.datapower.wamt that throw DMgrException
 java.lang.String StringCollection.marshalToString(char delimiter)
          Get a String representation of the collection.
 

Uses of DMgrException in com.ibm.datapower.wamt.amp
 

Subclasses of DMgrException in com.ibm.datapower.wamt.amp
 class AMPException
          The top-level class to identify exceptions that may occur while communicating with DataPower devices.
 class AMPIOException
          An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
 class DeviceExecutionException
          The device had an internal error while executing an AMP command.
 class InvalidCredentialsException
          The device userid and password supplied inside a DeviceContext parameter were not accepted by the device.
 class NotExistException
          The requested item does not exist in the device.
 class NotificationCatcherResourceException
          The NotificationCatcher encountered a problem while trying to acquire sufficient resources to start itself.
 

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

Subclasses of DMgrException in com.ibm.datapower.wamt.clientAPI
 class AlreadyExistsException
          The specified operation would create a duplicate, and duplicates are not allowed.
 class ClientAPIException
          The ClientAPIException is the parent class for all other exceptions defined in the clientAPI.
 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 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.
 

Uses of DMgrException in com.ibm.datapower.wamt.dataAPI
 

Subclasses of DMgrException in com.ibm.datapower.wamt.dataAPI
 class AlreadyExistsInRepositoryException
          This exception is thrown if an attempt is made to create/add an instance of an object that already exists in the repository
 class DatastoreException
          This is the root class for exceptions that are thrown from the dataAPI package.
 class DirtySaveException
          This exception is thrown if an attempt is made to save data after another user has made changes which will not be reflected in the saved repository.
 class NotEmptyInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that contains other instances.
 class NotExistInRepositoryException
          This exception is thrown if an attempt is made to delete an instance that does not exist in the repository.
 

Uses of DMgrException in com.ibm.datapower.wamt.soma
 

Subclasses of DMgrException in com.ibm.datapower.wamt.soma
 class SOMAException
          The top-level class to identify exceptions that may occur while communicating with DataPower devices.
 class SOMAIOException
          An I/O problem occurred while communicating to the device via the network such as hostname not found, connection refused, connection timed out, etc.
 



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