com.highdeal.currency
Class CurrencyBookNotInitializedException

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

public class CurrencyBookNotInitializedException
extends java.lang.RuntimeException

Runtime exception thrown when the currency book of a currency is not initialized.

See Also:
Currency.setBook(CurrencyBook), Serialized Form

Constructor Summary
CurrencyBookNotInitializedException()
           
 
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

CurrencyBookNotInitializedException

public CurrencyBookNotInitializedException()

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