Package com.fifa.connectid.sdk.core
Class FifaOrganisationMergedException
- 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.FifaOrganisationMergedException
-
- All Implemented Interfaces:
Serializable
public class FifaOrganisationMergedException extends FifaEntityMergedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifaOrganisationMergedException(String primaryOrganisationId, OrganisationLocalType requestedOrganisation, 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
-
FifaOrganisationMergedException
public FifaOrganisationMergedException(String primaryOrganisationId, OrganisationLocalType requestedOrganisation, String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
-