org.dvb.internet
Class EntryExistsException

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

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