net.sf.jdigg.exception
Class JDiggException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jdigg.exception.JDiggException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DiggException, RequestException, ResponseParserException

public abstract class JDiggException
extends java.lang.Exception

Base exception for all exceptions the jDigg API can throw.

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

Constructor Summary
JDiggException()
           
JDiggException(java.lang.String message)
           
JDiggException(java.lang.String message, java.lang.Throwable cause)
           
JDiggException(java.lang.Throwable cause)
           
 
Method Summary
 
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

JDiggException

public JDiggException()

JDiggException

public JDiggException(java.lang.String message)

JDiggException

public JDiggException(java.lang.Throwable cause)

JDiggException

public JDiggException(java.lang.String message,
                      java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.