|
|||||||||
| 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.ConnectionFailureException
The class ConnectionFailureException extends JDMException
to indicate conditions that a Connection to a DME has a problem.
The errors codes to be used in association with ConnectionFailureException
are:
JDM_CONNECTION_FAILURE
JDM_CONNECTION_OPEN_FAILED
JDM_CONNECTION_CLOSE_FAILED
JDMErrorCodes,
JDMException,
Serialized Form| Field Summary |
| Constructor Summary | |
ConnectionFailureException()
Creates an instance of ConnectionFailureException. |
|
ConnectionFailureException(int errorCode,
java.lang.String errorMessage)
Creates an instance of ConnectionFailureException
with the specified message and error code. |
|
ConnectionFailureException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
Creates an instance of ConnectionFailureException
with the specified message and error code together
with 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 ConnectionFailureException()
ConnectionFailureException.
The error message defaults to null and the error code
to CONNECTION_FAILURE.
public ConnectionFailureException(int errorCode,
java.lang.String errorMessage)
ConnectionFailureException
with the specified message and error code.
errorCode - An integer to indicate the cause of the exceptionerrorMessage - A message that describes the exception
public ConnectionFailureException(int errorCode,
java.lang.String errorMessage,
int vendorCode,
java.lang.String vendorMessage)
ConnectionFailureException
with the specified message and error code together
with the vendor specific error code and message.
errorCode - An integer to indicate the cause of the exceptionerrorMessage - 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 | ||||||||