net.sourceforge.atunes.kernel.modules.contextInformation.lastfm
Class ScrobblerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sourceforge.atunes.kernel.modules.contextInformation.lastfm.ScrobblerException
All Implemented Interfaces:
java.io.Serializable

public class ScrobblerException
extends java.lang.Exception

The Class ScrobblerException.

See Also:
Serialized Form

Constructor Summary
ScrobblerException(int status)
           
ScrobblerException(java.lang.String cause)
          Instantiates a new scrobbler exception.
 
Method Summary
 int getStatus()
          Returns the status (-1 if no status was set)
 
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

ScrobblerException

public ScrobblerException(java.lang.String cause)
Instantiates a new scrobbler exception.

Parameters:
cause - the cause

ScrobblerException

public ScrobblerException(int status)
Method Detail

getStatus

public int getStatus()
Returns the status (-1 if no status was set)

Returns:
the status


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.