public class RequiredAttributeNotProvidedException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
attributeName |
static String |
ERROR_CODE |
protected String |
productId |
| Constructor and Description |
|---|
RequiredAttributeNotProvidedException(String attributeName) |
RequiredAttributeNotProvidedException(String message,
String attributeName) |
RequiredAttributeNotProvidedException(String message,
String attributeName,
String productId) |
RequiredAttributeNotProvidedException(String message,
String attributeName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName() |
String |
getProductId() |
void |
setAttributeName(String attributeName) |
void |
setProductId(String productId) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String productId
public static final String ERROR_CODE
protected String attributeName
public RequiredAttributeNotProvidedException(String message, String attributeName, String productId)
public RequiredAttributeNotProvidedException(String message, String attributeName)
public RequiredAttributeNotProvidedException(String message, String attributeName, Throwable cause)
public RequiredAttributeNotProvidedException(String attributeName)
Copyright © 2024. All rights reserved.