|
|||||||||
| 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.ObjectExistsException
The class ObjectExistsException extends InvalidObjectException
to indicate conditions where the specified object has a conflicting name of another
object in the DME.
This exception is associated with the error code JDM_OBJECT_EXISTS.
JDMErrorCodes,
JDMException,
InvalidObjectException,
Serialized Form| Field Summary |
| Constructor Summary | |
ObjectExistsException()
Creates an instance of ObjectExistsException. |
|
ObjectExistsException(java.lang.String errorMessage)
Creates an instance of ObjectExistsException
with the specified message. |
|
ObjectExistsException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of ObjectExistsException
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 ObjectExistsException()
ObjectExistsException.
The error message defaults to null and the error code to JDM_OBJECT_EXISTS.
public ObjectExistsException(java.lang.String errorMessage)
ObjectExistsException
with the specified message.
errorMessage - A message that describes the exception
public ObjectExistsException(java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
ObjectExistsException
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 | ||||||||