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