Klasse DuplicateEntryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ttp.epix.common.exception.DuplicateEntryException
Alle implementierten Schnittstellen:
Serializable

public class DuplicateEntryException extends Exception
should be thrown when the given object for a create operation already exists
Autor:
geidell
Siehe auch:
  • Konstruktordetails

    • DuplicateEntryException

      public DuplicateEntryException()
    • DuplicateEntryException

      public DuplicateEntryException(String message, Throwable cause)
    • DuplicateEntryException

      public DuplicateEntryException(String message)
    • DuplicateEntryException

      public DuplicateEntryException(Throwable cause)