Class PathResolveLimitExceededMessage
java.lang.Object
ch.tocco.nice2.web.core.api.ErrorMessage
ch.tocco.nice2.rest.entity.impl.error.PathResolveLimitExceededMessage
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionlonggetLimit()getPath()longgetSize()setEntityId(EntityId entityId) setLimit(long limit) setPathElement(String pathElement) setSize(long size) Methods inherited from class ch.tocco.nice2.web.core.api.ErrorMessagegetErrorCode, getMessage, getStatus, setErrorCode, setMessage, setStatus
- 
Field Details- 
ERROR_CODE- See Also:
 
 
- 
- 
Constructor Details- 
PathResolveLimitExceededMessagepublic PathResolveLimitExceededMessage()
- 
PathResolveLimitExceededMessage
 
- 
- 
Method Details- 
getEntityId
- 
setEntityId
- 
getPath
- 
setPath
- 
getPathElement
- 
setPathElement
- 
getSizepublic long getSize()
- 
setSize
- 
getLimitpublic long getLimit()
- 
setLimit
 
-