Class TokenInjectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.ReflectiveOperationException
-
- io.getstream.chat.java.services.framework.internal.TokenInjectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class TokenInjectionException extends java.lang.ReflectiveOperationExceptionThrown when user token injection into a request fails. This can happen if: - A service method doesn't return retrofit2.Call> - Retrofit's internal structure changes and reflection fails- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TokenInjectionException(java.lang.String message)TokenInjectionException(java.lang.String message, java.lang.Throwable cause)
-