public class ItemLimitException extends ValidationException
| Constructor and Description |
|---|
ItemLimitException()
Initializes a new object of ItemLimitException .
|
ItemLimitException(java.lang.String strMessage)
Initialized a new object of ItemLimitException with the specified detail message
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Retrieves the detail message string of this throwable.
|
public ItemLimitException()
public ItemLimitException(java.lang.String strMessage)
strMessage - the detail message.public java.lang.String getMessage()
getMessage in class ValidationException