Class KeyAlreadyExistsException

All Implemented Interfaces:
Serializable

public class KeyAlreadyExistsException extends OxiaException
The key already exists at the server.
See Also:
  • Constructor Details

    • KeyAlreadyExistsException

      public KeyAlreadyExistsException(String key)
      Creates an instance of the exception.
      Parameters:
      key - The key to which the call was scoped.