public class ETagDoesntMatchException
extends java.lang.RuntimeException
ETag calculated for a particular object does not match an expected one.| 构造器和说明 |
|---|
ETagDoesntMatchException(java.lang.Object bean,
ETag expected)
Creates a new for the given bean as well as the
ETag it was expected to
match. |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getBean()
Returns the bean not matching the
ETag. |
ETag |
getExpectedETag()
Returns the
ETag the bean was expected to match. |