com.highdeal.currency
Class IncompatibleCurrenciesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.highdeal.currency.IncompatibleCurrenciesException
All Implemented Interfaces:
java.io.Serializable

public class IncompatibleCurrenciesException
extends java.lang.Exception

Exception can be raised if the currencies are incompatible.

See Also:
Serialized Form

Constructor Summary
IncompatibleCurrenciesException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleCurrenciesException

public IncompatibleCurrenciesException()

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)