oracle.apps.cz.cio
Class IncompatibleInputException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.apps.cz.cio.IncompatibleInputException
- All Implemented Interfaces:
- java.io.Serializable
- public class IncompatibleInputException
- extends java.lang.Exception
Signalled if a particular input is of different type than the node it is trying to restore over.
- See Also:
- Serialized Form
| Method Summary |
oracle.apps.cz.dio.config.DbConfigItem |
getInput()
Returns the input object where the mismatch occured |
oracle.apps.cz.dio.model.DbModelNode |
getModelNode()
Returns the corresponding model node where the mismatch occured |
| 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 |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
getModelNode
public oracle.apps.cz.dio.model.DbModelNode getModelNode()
- Returns the corresponding model node where the mismatch occured
-
- Returns:
- the failed DbConfigInput object
getInput
public oracle.apps.cz.dio.config.DbConfigItem getInput()
- Returns the input object where the mismatch occured
-
- Returns:
- the failed DbConfigInput object
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.