org.broadleafcommerce.core.order.service.exception
Class ProductOptionValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.broadleafcommerce.core.order.service.exception.ProductOptionValidationException
All Implemented Interfaces:
Serializable

public class ProductOptionValidationException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ProductOptionValidationException()
           
ProductOptionValidationException(String message, String errorCode)
           
ProductOptionValidationException(String message, String errorCode, Throwable cause)
           
ProductOptionValidationException(Throwable cause)
           
 
Method Summary
 String getErrorCode()
           
protected  void setErrorCode(String errorCode)
           
 
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

ProductOptionValidationException

public ProductOptionValidationException()

ProductOptionValidationException

public ProductOptionValidationException(String message,
                                        String errorCode,
                                        Throwable cause)

ProductOptionValidationException

public ProductOptionValidationException(String message,
                                        String errorCode)

ProductOptionValidationException

public ProductOptionValidationException(Throwable cause)
Method Detail

getErrorCode

public String getErrorCode()

setErrorCode

protected void setErrorCode(String errorCode)


Copyright © 2013. All Rights Reserved.