Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping
Class CouponLimitSKUsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.liferay.portal.kernel.exception.NestableException
              extended by com.liferay.portal.kernel.exception.PortalException
                  extended by com.liferay.portlet.shopping.CouponLimitSKUsException
All Implemented Interfaces:
Serializable

public class CouponLimitSKUsException
extends PortalException

See Also:
Serialized Form

Constructor Summary
CouponLimitSKUsException()
           
CouponLimitSKUsException(String msg)
           
CouponLimitSKUsException(String msg, Throwable cause)
           
CouponLimitSKUsException(Throwable cause)
           
 
Method Summary
 List<String> getSkus()
           
 void setSkus(List<String> skus)
           
 
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

CouponLimitSKUsException

public CouponLimitSKUsException()

CouponLimitSKUsException

public CouponLimitSKUsException(String msg)

CouponLimitSKUsException

public CouponLimitSKUsException(String msg,
                                Throwable cause)

CouponLimitSKUsException

public CouponLimitSKUsException(Throwable cause)
Method Detail

getSkus

public List<String> getSkus()

setSkus

public void setSkus(List<String> skus)

Liferay 6.1.2-ce-ga3