Class DuplicateMapKeyError<K,V>

All Implemented Interfaces:
Serializable

final class DuplicateMapKeyError<K,V> extends InternalErrorDetail<DuplicateMapKeyError<K,V>>
Error reported by Guice when a duplicate key is found in a
invalid reference
MapBinder
that does not permit duplicates.