|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.dvb.internet.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 |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EntryExistsException()
EntryExistsException with no detail messagepublic EntryExistsException(java.lang.String message)
EntryExistsException with the specified detail messagemessage - the reason why the exception was thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||