public class EntryExistsException extends Exception
| Constructor and Description |
|---|
EntryExistsException()
Construct a
EntryExistsException with no detail message |
EntryExistsException(String message)
Construct a
EntryExistsException with the specified detail message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EntryExistsException()
EntryExistsException with no detail messagepublic EntryExistsException(String message)
EntryExistsException with the specified detail messagemessage - the reason why the exception was thrownCopyright © 2012 code4tv.com. All Rights Reserved.