net.dontdrinkandroot.lastfm.api
Class LastfmWebServicesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.dontdrinkandroot.lastfm.api.LastfmWebServicesException
- All Implemented Interfaces:
- java.io.Serializable
public class LastfmWebServicesException
- extends java.lang.Exception
- Author:
- Philip Sorst
- See Also:
- Serialized Form
| 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 |
INVALID_TOKEN
public static final int INVALID_TOKEN
- See Also:
- Constant Field Values
INVALID_PARAMETERS
public static final int INVALID_PARAMETERS
- See Also:
- Constant Field Values
INVALID_PLAYLIST_ID
public static final int INVALID_PLAYLIST_ID
- See Also:
- Constant Field Values
INVALID_SESSIONKEY
public static final int INVALID_SESSIONKEY
- See Also:
- Constant Field Values
INVALID_METHOD_SIGNATURE
public static final int INVALID_METHOD_SIGNATURE
- See Also:
- Constant Field Values
UNMARSHALLING_FAILED
public static final int UNMARSHALLING_FAILED
- See Also:
- Constant Field Values
OPENING_CONNECTION_FAILED
public static final int OPENING_CONNECTION_FAILED
- See Also:
- Constant Field Values
WRITING_POST_DATA_FAILED
public static final int WRITING_POST_DATA_FAILED
- See Also:
- Constant Field Values
UNSUPPORTED_PROTOCOL
public static final int UNSUPPORTED_PROTOCOL
- See Also:
- Constant Field Values
STREAM_WAS_NULL
public static final int STREAM_WAS_NULL
- See Also:
- Constant Field Values
CACHE_ERROR
public static final int CACHE_ERROR
- See Also:
- Constant Field Values
TOO_MANY_REQUESTS
public static final int TOO_MANY_REQUESTS
- See Also:
- Constant Field Values
READING_DOC_FAILED
public static final int READING_DOC_FAILED
- See Also:
- Constant Field Values
NO_MORE_PAGES
public static final int NO_MORE_PAGES
- See Also:
- Constant Field Values
LastfmWebServicesException
public LastfmWebServicesException(int code,
java.lang.String reason)
LastfmWebServicesException
public LastfmWebServicesException(int code,
java.lang.String reason,
java.lang.Throwable t)
getCode
public final int getCode()
setCode
public final void setCode(int code)
Copyright © 2012. All Rights Reserved.