Class NoSuchCatalogException

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.product.exception.NoSuchCatalogException
All Implemented Interfaces:
Serializable

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

    • NoSuchCatalogException

      public NoSuchCatalogException()
    • NoSuchCatalogException

      public NoSuchCatalogException(String msg)
    • NoSuchCatalogException

      public NoSuchCatalogException(String msg, Throwable throwable)
    • NoSuchCatalogException

      public NoSuchCatalogException(Throwable throwable)