public class ProductOptionValidationException extends RuntimeException
| Constructor and Description |
|---|
ProductOptionValidationException() |
ProductOptionValidationException(String message,
String errorCode) |
ProductOptionValidationException(String message,
String errorCode,
Throwable cause) |
ProductOptionValidationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
protected void |
setErrorCode(String errorCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProductOptionValidationException()
public ProductOptionValidationException(String message, String errorCode, Throwable cause)
public ProductOptionValidationException(String message, String errorCode)
public ProductOptionValidationException(Throwable cause)
Copyright © 2014. All Rights Reserved.