|
|||||||||
| 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.DuplicateEntryException
The class DuplicateEntryException extends InvalidObjectException
to indicate conditions where entries with the same specification are found in an object.
This exception is associated with the error code JDM_DUPLICATE_ENTRY.
JDMErrorCodes,
JDMException,
InvalidObjectException,
Serialized Form| Field Summary |
| Constructor Summary | |
DuplicateEntryException()
Creates an instance of DuplicateEntryException. |
|
DuplicateEntryException(java.lang.String errorMessage)
Creates an instance of DuplicateEntryException
with the specified message. |
|
DuplicateEntryException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of DuplicateEntryException
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 DuplicateEntryException()
DuplicateEntryException.
The error message defaults to null and the error code to JDM_DUPLICATE_ENTRY.
public DuplicateEntryException(java.lang.String errorMessage)
DuplicateEntryException
with the specified message.
errorMessage - A message that describes the exception
public DuplicateEntryException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
DuplicateEntryException
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 | ||||||||