Class AlreadyExistsException

  • All Implemented Interfaces:
    Serializable


    public class AlreadyExistsException
    extends Annot8RuntimeException
    Exception indicating that an attempt has been made to create something that already exists, i.e. has the same name or ID.
    See Also:
    Serialized Form
    • Constructor Detail

      • AlreadyExistsException

        public AlreadyExistsException​(String message)
        Create an exception with the given message
      • AlreadyExistsException

        public AlreadyExistsException​(String message,
                                      Throwable t)
        Create an exception with the given message and a root cause