Class DuplicateException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateException
    extends RuntimeException
    Thrown when someone is attempting to create an entity with the same key of another existing entity.
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateException

        public DuplicateException​(String msg)
      • DuplicateException

        public DuplicateException​(String msg,
                                  Exception cause)