Class EmailAlreadyUsedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zalando.problem.ThrowableProblem
-
- org.zalando.problem.AbstractThrowableProblem
-
- de.trustable.ca3s.core.web.rest.errors.BadRequestAlertException
-
- de.trustable.ca3s.core.web.rest.errors.EmailAlreadyUsedException
-
- All Implemented Interfaces:
Serializable,org.zalando.problem.Exceptional,org.zalando.problem.Problem
public class EmailAlreadyUsedException extends BadRequestAlertException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailAlreadyUsedException()
-
Method Summary
-
Methods inherited from class de.trustable.ca3s.core.web.rest.errors.BadRequestAlertException
getEntityName, getErrorKey
-
Methods inherited from class org.zalando.problem.AbstractThrowableProblem
getDetail, getInstance, getParameters, getStatus, getTitle, getType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-