Package co.arago.hiro.client.exceptions
Class AuthenticationTokenException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- co.arago.hiro.client.exceptions.HiroException
-
- co.arago.hiro.client.exceptions.HiroHttpException
-
- co.arago.hiro.client.exceptions.AuthenticationTokenException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TokenUnauthorizedException
public class AuthenticationTokenException extends HiroHttpException
An exception with authentication for HIRO- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationTokenException(java.lang.String message, int code, java.lang.String body)AuthenticationTokenException(java.lang.String message, int code, java.lang.String body, java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class co.arago.hiro.client.exceptions.HiroHttpException
getBody, getCode, toString
-
-