org.fm.addressbook.exception
Class AddressBookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.fm.addressbook.exception.AddressBookException
- All Implemented Interfaces:
- java.io.Serializable
public class AddressBookException
- extends java.lang.Exception
JContact- online Address Book Management Systemhttp://jcontact.sourceforge.net/
Licensed under the terms of any of the following licenses at your choice: -
GNU General Public License Version 2 or later (the "GPL") http://www.gnu.org/licenses/gpl.html -
GNU Lesser General Public License Version 2.1 or later (the "LGPL") http://www.gnu.org/licenses/lgpl.html
AddressBookException class. Checked exception is used to mark failures in AddressBook
- Author:
- Tennyson Varghese
Aneesh S
- See Also:
- Serialized Form
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AddressBookException
public AddressBookException()
AddressBookException
public AddressBookException(java.lang.String msg)
AddressBookException
public AddressBookException(java.lang.Throwable cause)
AddressBookException
public AddressBookException(java.lang.String msg,
java.lang.Throwable cause)