|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.dvb.internet.EntryExistsException
public class EntryExistsException
Exception generated when an application tries to add a bookmark or address book entry that already exists
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 |
---|
public EntryExistsException()
EntryExistsException
with no detail message
public EntryExistsException(java.lang.String message)
EntryExistsException
with the specified detail message
message
- the reason why the exception was thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |