Class DuplicatePresentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.entitylist.exceptions.DuplicatePresentException
All Implemented Interfaces:
Serializable

public class DuplicatePresentException extends Exception

Class DuplicatePresentException

This is class extends to the Exception class and the general use case for it to be thrown when an entity already exists
See Also:
  • Constructor Details

    • DuplicatePresentException

      public DuplicatePresentException()
    • DuplicatePresentException

      public DuplicatePresentException(String message)
    • DuplicatePresentException

      public DuplicatePresentException(String message, Throwable cause)
    • DuplicatePresentException

      public DuplicatePresentException(Throwable cause)
    • DuplicatePresentException

      protected DuplicatePresentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)