lib.jGroupware.contacts
Class AddressbookNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bylib.jGroupware.contacts.AddressbookNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class AddressbookNotFoundException
extends java.lang.Exception

Description of the Class

Author:
Gareth Webber
See Also:
Serialized Form

Constructor Summary
AddressbookNotFoundException(java.lang.String description)
          Constructor for the AddressbookNotFoundException object
AddressbookNotFoundException(java.lang.String description, java.lang.Throwable cause)
          Constructor for the AddressbookNotFoundException object
 
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

AddressbookNotFoundException

public AddressbookNotFoundException(java.lang.String description)
Constructor for the AddressbookNotFoundException object


AddressbookNotFoundException

public AddressbookNotFoundException(java.lang.String description,
                                    java.lang.Throwable cause)
Constructor for the AddressbookNotFoundException object