com.fitbit.api
Class FitbitAPIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.fitbit.api.FitbitAPIException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FitbitAPISecurityException
public class FitbitAPIException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FitbitAPIException
public FitbitAPIException(String msg)
FitbitAPIException
public FitbitAPIException(Exception cause)
FitbitAPIException
public FitbitAPIException(String msg,
int statusCode)
FitbitAPIException
public FitbitAPIException(String msg,
Exception cause)
FitbitAPIException
public FitbitAPIException(String msg,
Exception cause,
int statusCode)
FitbitAPIException
public FitbitAPIException(String cause,
Response res)
throws FitbitAPIException
- Throws:
FitbitAPIException
getStatusCode
public int getStatusCode()
getApiErrors
public List<FitbitApiError> getApiErrors()
Copyright © 2012. All Rights Reserved.