Class DuplicateKeyException

All Implemented Interfaces:
Serializable

public class DuplicateKeyException extends KeyException
Exception thrown if an action is not allowed due to a duplicate key error.
See Also:
  • Field Details

  • Constructor Details

    • DuplicateKeyException

      public DuplicateKeyException(Object key)
  • Method Details

    • getKey

      public Object getKey()