Class DuplicatePresentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
example.app.entitylist.exceptions.DuplicatePresentException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsModifierConstructorDescriptionDuplicatePresentException(String message) DuplicatePresentException(String message, Throwable cause) protectedDuplicatePresentException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicatePresentException
public DuplicatePresentException() -
DuplicatePresentException
-
DuplicatePresentException
-
DuplicatePresentException
-
DuplicatePresentException
-