net.spy.digg
Class DiggException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.spy.digg.DiggException
All Implemented Interfaces:
java.io.Serializable

public class DiggException
extends java.lang.Exception

Exceptions getting stuff from digg.

See Also:
Serialized Form

Constructor Summary
DiggException(java.lang.String msg)
           
DiggException(java.lang.String msg, int eid)
           
DiggException(java.lang.String msg, java.lang.Throwable t)
           
DiggException(java.lang.Throwable t)
           
 
Method Summary
 int getErrorId()
          Get the error ID.
 
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

DiggException

public DiggException(java.lang.String msg,
                     java.lang.Throwable t)

DiggException

public DiggException(java.lang.String msg)

DiggException

public DiggException(java.lang.Throwable t)

DiggException

public DiggException(java.lang.String msg,
                     int eid)
Method Detail

getErrorId

public int getErrorId()
Get the error ID.