oracle.dmt.odm
Class MiningOperationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dmt.odm.ODMException
|
+--oracle.dmt.odm.MiningOperationException
- All Implemented Interfaces:
- java.io.Serializable
- public class MiningOperationException
- extends ODMException
The exception MiningOperationException
is thrown when an
error occurs during the execution of a mining operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MiningOperationException
public MiningOperationException(int errorCode)
- For internal use only.
MiningOperationException
public MiningOperationException(int errorCode,
java.lang.Object[] parameters)
- For internal use only.