Class EmailAlreadyUsedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nentangso.core.web.rest.errors.BadRequestAlertException
-
- org.nentangso.core.web.rest.errors.EmailAlreadyUsedException
-
- All Implemented Interfaces:
Serializable
public class EmailAlreadyUsedException extends BadRequestAlertException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailAlreadyUsedException()
-
Method Summary
-
Methods inherited from class org.nentangso.core.web.rest.errors.BadRequestAlertException
getEntityName, getErrorKey
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-