net.sf.jdigg.exception
Class DiggException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jdigg.exception.JDiggException
              extended by net.sf.jdigg.exception.DiggException
All Implemented Interfaces:
java.io.Serializable

public class DiggException
extends JDiggException

Exception that is thrown when Digg returns an Error.

Since:
1.0 M1
Author:
Philip May
See Also:
DiggError, Serialized Form

Constructor Summary
DiggException(int diggErrorCode, java.lang.String diggErrorMessage)
           
DiggException(int diggErrorCode, java.lang.String diggErrorMessage, java.lang.Throwable cause)
           
 
Method Summary
 int getDiggErrorCode()
           
 java.lang.String getDiggErrorMessage()
           
 
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(int diggErrorCode,
                     java.lang.String diggErrorMessage)

DiggException

public DiggException(int diggErrorCode,
                     java.lang.String diggErrorMessage,
                     java.lang.Throwable cause)
Method Detail

getDiggErrorCode

public int getDiggErrorCode()

getDiggErrorMessage

public java.lang.String getDiggErrorMessage()


Copyright © 2008. All Rights Reserved.