org.dvb.internet
Class EntryExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dvb.internet.EntryExistsException
All Implemented Interfaces:
java.io.Serializable

public class EntryExistsException
extends java.lang.Exception

Exception generated when an application tries to add a bookmark or address book entry that already exists

See Also:
Serialized Form

Constructor Summary
EntryExistsException()
          Construct a EntryExistsException with no detail message
EntryExistsException(java.lang.String message)
          Construct a EntryExistsException with the specified detail message
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryExistsException

public EntryExistsException()
Construct a EntryExistsException with no detail message


EntryExistsException

public EntryExistsException(java.lang.String message)
Construct a EntryExistsException with the specified detail message

Parameters:
message - the reason why the exception was thrown