com.ibm.commerce.payments.configurator
Class CassetteDoesNotExistException

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

public class CassetteDoesNotExistException
extends ConfigurationException

It is thrown whenever the configurator tries to access a cassette that does not exist in a IPMInstance.

See Also:
Serialized Form

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

CassetteDoesNotExistException

public CassetteDoesNotExistException()
Default constructor

CassetteDoesNotExistException

public CassetteDoesNotExistException(java.lang.Exception e)
Constructor that includes an exception parameter
Parameters:
e - exception