del.icio.us
Class DeliciousNotAuthorizedException

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

public class DeliciousNotAuthorizedException
extends java.lang.RuntimeException

Exception indicating failed authorization with del.icio.us service

Since:
1.4
Version:
$Id: DeliciousNotAuthorizedException.java,v 1.3 2007/01/19 00:14:43 czarneckid Exp $
Author:
David Czarnecki
See Also:
Serialized Form

Constructor Summary
DeliciousNotAuthorizedException()
          Construct a new not authorized exception with no message
DeliciousNotAuthorizedException(java.lang.String s)
          Construct a new not authorized exception with message
 
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

DeliciousNotAuthorizedException

public DeliciousNotAuthorizedException()
Construct a new not authorized exception with no message


DeliciousNotAuthorizedException

public DeliciousNotAuthorizedException(java.lang.String s)
Construct a new not authorized exception with message

Parameters:
s - Error message to send with the exception