Package com.fifa.connectid.sdk.core
Class FifaConnectIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.FifaConnectIdException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FifaConflictException,FifaDuplicatedFacilityFoundException,FifaDuplicatedOrganisationFoundException,FifaDuplicatedPersonFoundException,FifaDuplicateOfRegisteredPersonFoundException,FifaEntityDeletedException,FifaEntityMergedException,FifaEntityNotFoundException,FifaTimeoutException,InvalidClientDataException,MemberAssociationDoesNotRespondException,PersonDetailsNotReceivedException,PlayerRegistrationLevelRestrictionException,TmsOperationException,TooManyRequestsException,UnauthorizedException
public class FifaConnectIdException extends Exception
Exception thrown when a request to Connect ID service was not successful. Use "getServiceResponse" to see additional information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FifaConnectIdException(String message)FifaConnectIdException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)FifaConnectIdException(String message, Throwable cause)FifaConnectIdException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)FifaConnectIdException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.rest.ServiceResponse<Object>getServiceResponse()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FifaConnectIdException
public FifaConnectIdException(String message, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
FifaConnectIdException
public FifaConnectIdException(String message)
-
FifaConnectIdException
public FifaConnectIdException(String message, Throwable cause, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
FifaConnectIdException
public FifaConnectIdException(Throwable cause)
-
-
Method Detail
-
getServiceResponse
public com.microsoft.rest.ServiceResponse<Object> getServiceResponse()
-
-