net.sf.jdigg.exception
Class DiggException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.jdigg.exception.JDiggException
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)
|
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 |
DiggException
public DiggException(int diggErrorCode,
java.lang.String diggErrorMessage)
DiggException
public DiggException(int diggErrorCode,
java.lang.String diggErrorMessage,
java.lang.Throwable cause)
getDiggErrorCode
public int getDiggErrorCode()
getDiggErrorMessage
public java.lang.String getDiggErrorMessage()
Copyright © 2008. All Rights Reserved.