Package co.arago.hiro.client.exceptions
Class RefreshTokenWebSocketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.arago.hiro.client.exceptions.HiroException
-
- co.arago.hiro.client.exceptions.WebSocketException
-
- co.arago.hiro.client.exceptions.RefreshTokenWebSocketException
-
- All Implemented Interfaces:
java.io.Serializable
public class RefreshTokenWebSocketException extends WebSocketException
Used when tokens expire with error 401.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RefreshTokenWebSocketException(java.lang.String message)RefreshTokenWebSocketException(java.lang.String message, java.lang.Throwable t)
-