Package com.fifa.connectid.sdk.core
Class FifaDuplicateOfRegisteredPersonFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.FifaConnectIdException
-
- com.fifa.connectid.sdk.core.FifaDuplicateOfRegisteredPersonFoundException
-
- All Implemented Interfaces:
Serializable
public class FifaDuplicateOfRegisteredPersonFoundException extends FifaConnectIdException
Exception thrown when registration cannot be accomplished due to potential duplicates being found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifaDuplicateOfRegisteredPersonFoundException(String message, GetDuplicatesOfRegisteredPersonResponseType getDuplicatesResponse, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetDuplicatesOfRegisteredPersonResponseTypegetGetDuplicatesResponse()-
Methods inherited from class com.fifa.connectid.sdk.core.FifaConnectIdException
getServiceResponse
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FifaDuplicateOfRegisteredPersonFoundException
public FifaDuplicateOfRegisteredPersonFoundException(String message, GetDuplicatesOfRegisteredPersonResponseType getDuplicatesResponse, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
-
Method Detail
-
getGetDuplicatesResponse
public GetDuplicatesOfRegisteredPersonResponseType getGetDuplicatesResponse()
-
-