Class DuplicateException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateException
    extends Exception
    Notifies that the current operation failed because it would create an illegal duplication (of objects, of ids, etc...)
    Version:
    $Id$
    Author:
    Fabrizio Giudici
    See Also:
    Serialized Form
    Status: stable API
    • Constructor Detail

      • DuplicateException

        public DuplicateException()
        Creates a messageless exception.
      • DuplicateException

        public DuplicateException​(@Nonnull
                                  String message)
        Creates an exception with a message.
        Parameters:
        message - the message