com.arcao.geocaching.api.impl.live_geocaching_api.exception
Class LiveGeocachingApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arcao.geocaching.api.exception.GeocachingApiException
              extended by com.arcao.geocaching.api.impl.live_geocaching_api.exception.LiveGeocachingApiException
All Implemented Interfaces:
Serializable

public class LiveGeocachingApiException
extends GeocachingApiException

See Also:
Serialized Form

Field Summary
protected  StatusCode statusCode
           
 
Constructor Summary
LiveGeocachingApiException(StatusCode statusCode, String message)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

statusCode

protected StatusCode statusCode
Constructor Detail

LiveGeocachingApiException

public LiveGeocachingApiException(StatusCode statusCode,
                                  String message)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2012. All Rights Reserved.