com.ibm.commerce.payments.configurator
Class CassetteCannotBeRemovedException

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

public class CassetteCannotBeRemovedException
extends ConfigurationException

It is thrown whenever the configurator tries to add an existent cassette from a IPMInstance but the operation fails.

See Also:
Serialized Form

Constructor Summary
CassetteCannotBeRemovedException()
          Default constructor
CassetteCannotBeRemovedException(java.lang.Exception e)
          Constructor that includeds an exception
 
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

CassetteCannotBeRemovedException

public CassetteCannotBeRemovedException()
Default constructor

CassetteCannotBeRemovedException

public CassetteCannotBeRemovedException(java.lang.Exception e)
Constructor that includeds an exception
Parameters:
e - exception