|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.datamining.JDMException
|
+--javax.datamining.InvalidObjectException
|
+--javax.datamining.EntryNotFoundException
The class EntryNotFoundException extends InvalidObjectException
to indicate conditions where an entry specified with an object cannot be found or identified.
This exception is associated with the error code JDM_ENTRY_NOT_FOUND.
JDMErrorCodes,
JDMException,
InvalidObjectException,
Serialized Form| Field Summary |
| Constructor Summary | |
EntryNotFoundException()
Creates an instance of EntryNotFoundException. |
|
EntryNotFoundException(java.lang.String errorMessage)
Creates an instance of EntryNotFoundException
with the specified message. |
|
EntryNotFoundException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of EntryNotFoundException
with the specified message, the vendor specific error code and message. |
|
| Methods inherited from class javax.datamining.JDMException |
getErrorCode, getVendorErrorCode, getVendorErrorMessage |
| 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 EntryNotFoundException()
EntryNotFoundException.
The error message defaults to null and the error code to JDM_ENTRY_NOT_FOUND.
public EntryNotFoundException(java.lang.String errorMessage)
EntryNotFoundException
with the specified message.
errorMessage - A message that describes the exception
public EntryNotFoundException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
EntryNotFoundException
with the specified message, the vendor specific error code and message.
errorMessage - A message that describes the exceptionvendorCode - A vendor specific number to indicate the cause of the exceptionvendorMessage - A vendor specific message that describes the exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||