Package com.fifa.connectid.sdk.core
Class FifaPersonMergedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.FifaConnectIdException
-
- com.fifa.connectid.sdk.core.FifaEntityMergedException
-
- com.fifa.connectid.sdk.core.FifaPersonMergedException
-
- All Implemented Interfaces:
Serializable
public class FifaPersonMergedException extends FifaEntityMergedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifaPersonMergedException(String primaryEntityId, PersonType requestedPerson, String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
Method Summary
-
Methods inherited from class com.fifa.connectid.sdk.core.FifaEntityMergedException
getPrimaryEntityId, getRequestedEntity
-
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
-
FifaPersonMergedException
public FifaPersonMergedException(String primaryEntityId, PersonType requestedPerson, String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
-