Dekoh platform API

com.pramati.bfly.das.contacts.exception
Class ContactsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Since:
20 Feb, 2007
See Also:
Serialized Form

Constructor Summary
ContactsException()
           
ContactsException(String message)
           
ContactsException(String message, Throwable cause)
           
ContactsException(Throwable cause)
           
 
Method Summary
 
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

ContactsException

public ContactsException()

ContactsException

public ContactsException(String message)

ContactsException

public ContactsException(String message,
                         Throwable cause)

ContactsException

public ContactsException(Throwable cause)

Dekoh platform API

© 2009 Pramati Technologies - Dekoh - Portal for Developers