Class DuplicateEntryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.DuplicateEntryException
All Implemented Interfaces:
Serializable

public class DuplicateEntryException extends Exception
should be thrown when the given object for a create operation already exists
Author:
geidell
See Also:
  • Constructor Details

    • DuplicateEntryException

      public DuplicateEntryException()
    • DuplicateEntryException

      public DuplicateEntryException(String message, Throwable cause)
    • DuplicateEntryException

      public DuplicateEntryException(String message)
    • DuplicateEntryException

      public DuplicateEntryException(Throwable cause)