Package com.fifa.connectid.sdk.core
Class InvalidClientDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.FifaConnectIdException
-
- com.fifa.connectid.sdk.core.InvalidClientDataException
-
- All Implemented Interfaces:
Serializable
public class InvalidClientDataException extends FifaConnectIdException
Exception thrown when the FIFA Connect ID service responds with a bad request error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidClientDataException(String message, BadRequestResponseType badRequestResponse, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BadRequestResponseTypegetBadRequestResponse()-
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
-
InvalidClientDataException
public InvalidClientDataException(String message, BadRequestResponseType badRequestResponse, com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
-
Method Detail
-
getBadRequestResponse
public BadRequestResponseType getBadRequestResponse()
-
-