Update exception msg

This commit is contained in:
Ashwin Giridharan 2020-07-27 16:37:40 -07:00
parent bdf019748f
commit e2a1d71053

View file

@ -85,7 +85,7 @@ public interface LeaseSerializer {
* @return the attribute value map asserting that a lease does exist. * @return the attribute value map asserting that a lease does exist.
*/ */
default Map<String, ExpectedAttributeValue> getDynamoExistantExpectation() { default Map<String, ExpectedAttributeValue> getDynamoExistantExpectation() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException("DynamoExistantExpectation is not implemented");
} }
/** /**