Package co.arago.hiro.client.exceptions
Class UnauthorizedWebSocketException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.arago.hiro.client.exceptions.HiroException
-
- co.arago.hiro.client.exceptions.WebSocketMessageException
-
- co.arago.hiro.client.exceptions.UnauthorizedWebSocketException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnauthorizedWebSocketException extends WebSocketMessageException
Used when tokens expire with error 401.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnauthorizedWebSocketException(java.lang.String message, int code)UnauthorizedWebSocketException(java.lang.String message, int code, java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class co.arago.hiro.client.exceptions.WebSocketMessageException
getCode, toString
-
-