Class MemberAssociationDoesNotRespondException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.fifa.connectid.sdk.core.FifaConnectIdException
-
- com.fifa.connectid.sdk.core.exceptions.MemberAssociationDoesNotRespondException
-
- All Implemented Interfaces:
Serializable
public class MemberAssociationDoesNotRespondException extends FifaConnectIdException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MemberAssociationDoesNotRespondException(String organisationId, long timeoutMilliseconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOrganisationId()longgetTimeoutMilliseconds()-
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
-
-