Uses of Class
com.ibm.commerce.payments.configurator.ConfigurationException

Uses of ConfigurationException in com.ibm.commerce.payments.configurator
 

Subclasses of ConfigurationException in com.ibm.commerce.payments.configurator
 class CassetteAlreadyExistsException
          It is thrown whenever the configurator tries to add a cassette to a IPMInstance that already contains that cassette.
 class CassetteCannotBeAddedException
           It is thrown whenever the configurator tries to add a new cassette to a IPMInstance but the operation fails.
 class CassetteCannotBeRemovedException
           It is thrown whenever the configurator tries to add an existent cassette from a IPMInstance but the operation fails.
 class CassetteDoesNotExistException
           It is thrown whenever the configurator tries to access a cassette that does not exist in a IPMInstance.
 class CassetteNotInstalledException
           It is thrown whenever the configurator tries to add a cassette to a IPMInstance that already contains that cassette.
 class DatabaseConnectionFailedException
           Thrown whenever a database connection can not be created.
 class DatabaseOperationFailedException
           Thrown whenever a database operation fails and a more specific exception cannot be used instead.
 class MigrationErrorException
           It is thrown whenever the configurator tries to migrate the framework or a cassette for valid current and destination versions and the operation fails.