Class NoSuchCurrencyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.NoSuchModelException
com.liferay.commerce.currency.exception.NoSuchCurrencyException
All Implemented Interfaces:
Serializable

public class NoSuchCurrencyException extends com.liferay.portal.kernel.exception.NoSuchModelException
See Also:
  • Constructor Details

    • NoSuchCurrencyException

      public NoSuchCurrencyException()
    • NoSuchCurrencyException

      public NoSuchCurrencyException(String msg)
    • NoSuchCurrencyException

      public NoSuchCurrencyException(String msg, Throwable throwable)
    • NoSuchCurrencyException

      public NoSuchCurrencyException(Throwable throwable)