Class CredentialWithEmailAlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.rcore.rest.api.commons.exception.HttpCommunicationException
-
- ru.foodtechlab.lib.auth.integration.core.credential.exception.CredentialServiceException
-
- ru.foodtechlab.lib.auth.integration.core.credential.exception.CredentialWithEmailAlreadyExistException
-
- All Implemented Interfaces:
Serializable
public class CredentialWithEmailAlreadyExistException extends CredentialServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialWithEmailAlreadyExistException(Object response)
-
Method Summary
-
Methods inherited from class com.rcore.rest.api.commons.exception.HttpCommunicationException
getResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CredentialWithEmailAlreadyExistException
public CredentialWithEmailAlreadyExistException(Object response)
-
-