com.ibm.commerce.payments.configurator
Class MigrationErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.commerce.payments.configurator.ConfigurationException
                    |
                    +--com.ibm.commerce.payments.configurator.MigrationErrorException
All Implemented Interfaces:
java.io.Serializable

public class MigrationErrorException
extends ConfigurationException

It is thrown whenever the configurator tries to migrate the framework or a cassette for valid current and destination versions and the operation fails.

See Also:
Serialized Form

Constructor Summary
MigrationErrorException()
          Constructor for MigrationErrorException.
MigrationErrorException(java.lang.Exception e)
           
 
Methods inherited from class com.ibm.commerce.payments.configurator.ConfigurationException
exit, getMessageId, getObjects, getWrappedException, printFullStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MigrationErrorException

public MigrationErrorException()
Constructor for MigrationErrorException.

MigrationErrorException

public MigrationErrorException(java.lang.Exception e)
Constructor for MigrationErrorException.
Parameters:
e - exception that will be nested on the migration exception.