Class ObjectKeyAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class ObjectKeyAlreadyExistsException
    extends Exception
                        

    Exception when two objects with the same Key are added to the same CollectResult

    • Constructor Detail

      • ObjectKeyAlreadyExistsException

        ObjectKeyAlreadyExistsException(Iterable<Key> keys)
      • ObjectKeyAlreadyExistsException

        ObjectKeyAlreadyExistsException(Key key)
    • Method Detail