Class UnauthorizedException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.github.gpluscb.ggjava.api.exception.RequestFailureException
- 
- com.github.gpluscb.ggjava.api.exception.UnauthorizedException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UnauthorizedException extends RequestFailureException Represents a 401 - Unauthorized response- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnauthorizedException(com.google.gson.JsonObject jsonResponse)
 - 
Method Summary- 
Methods inherited from class com.github.gpluscb.ggjava.api.exception.RequestFailureExceptiongetJsonResponse
 
- 
 
-