com.fitbit.api
Class FitbitAPISecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.fitbit.api.FitbitAPIException
              extended by com.fitbit.api.FitbitAPISecurityException
All Implemented Interfaces:
Serializable

public class FitbitAPISecurityException
extends FitbitAPIException

See Also:
Serialized Form

Constructor Summary
FitbitAPISecurityException(Exception cause)
           
FitbitAPISecurityException(String msg)
           
FitbitAPISecurityException(String msg, Exception cause)
           
FitbitAPISecurityException(String msg, Exception cause, int statusCode)
           
FitbitAPISecurityException(String msg, int statusCode)
           
 
Method Summary
 
Methods inherited from class com.fitbit.api.FitbitAPIException
getApiErrors, getStatusCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FitbitAPISecurityException

public FitbitAPISecurityException(String msg)

FitbitAPISecurityException

public FitbitAPISecurityException(Exception cause)

FitbitAPISecurityException

public FitbitAPISecurityException(String msg,
                                  int statusCode)

FitbitAPISecurityException

public FitbitAPISecurityException(String msg,
                                  Exception cause)

FitbitAPISecurityException

public FitbitAPISecurityException(String msg,
                                  Exception cause,
                                  int statusCode)


Copyright © 2012. All Rights Reserved.