del.icio.us
Class DeliciousException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bydel.icio.us.DeliciousException
All Implemented Interfaces:
java.io.Serializable

public class DeliciousException
extends java.lang.RuntimeException

A generic Delicious Exception; can be uses as a base exception.

Since:
1.2
Version:
$Id: DeliciousException.java,v 1.3 2007/01/19 00:14:43 czarneckid Exp $
Author:
Otis Gospodnetic
See Also:
Serialized Form

Constructor Summary
DeliciousException()
          Creates a new instance of DeliciousException.
DeliciousException(java.lang.String message)
          Creates a new instance of DeliciousException with an error message.
DeliciousException(java.lang.String message, java.lang.Throwable embedded)
          Creates a new instance of DeliciousException with an error message and an exception
 
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

DeliciousException

public DeliciousException()
Creates a new instance of DeliciousException.


DeliciousException

public DeliciousException(java.lang.String message)
Creates a new instance of DeliciousException with an error message.

Parameters:
message - the error message to send this exception with

DeliciousException

public DeliciousException(java.lang.String message,
                          java.lang.Throwable embedded)
Creates a new instance of DeliciousException with an error message and an exception

Parameters:
message - the error message to send this exception with
embedded - an embedded exception