com.pramati.bfly.das.contacts.exception
Class ContactsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pramati.bfly.das.contacts.exception.ContactsException
- All Implemented Interfaces:
- Serializable
public class ContactsException
- extends Exception
ContactsException is thrown when operations like Contact Addition, Contact Deletion, Contact Updation fail. Some
cases where this exception can be raised are
- While adding/inviting a invalid Email Address/Dekoh User Id as a contact.
- Invoking
UpdateContact /
DeleteContact with a wrong Contact Object, who has
not been in user Contacts List.
- If for some reason Contact Addition/Deletion/Updation/Refresh fails on central server.
- Since:
- 20 Feb, 2007
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContactsException
public ContactsException()
ContactsException
public ContactsException(String message)
ContactsException
public ContactsException(String message,
Throwable cause)
ContactsException
public ContactsException(Throwable cause)
© 2009 Pramati Technologies - Dekoh - Portal for Developers