Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Class UnreachableNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.apps.cz.cio.UnreachableNodeException
All Implemented Interfaces:
java.io.Serializable

public final class UnreachableNodeException
extends java.lang.Exception
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
static boolean RCS_ID_RECORDED

Constructor Summary
UnreachableNodeException(int explId, oracle.apps.cz.cio.ComponentSet midpointNode, oracle.apps.cz.cio.Configuration config)
UnreachableNodeException(int explId, oracle.apps.cz.cio.Configuration config)

Method Summary
java.lang.String getMessage()
oracle.apps.cz.cio.ComponentSet getMidpoint()
boolean hasMidpoint()

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

UnreachableNodeException

public UnreachableNodeException(int explId,
                                oracle.apps.cz.cio.Configuration config)

UnreachableNodeException

public UnreachableNodeException(int explId,
                                oracle.apps.cz.cio.ComponentSet midpointNode,
                                oracle.apps.cz.cio.Configuration config)

Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

hasMidpoint

public boolean hasMidpoint()

getMidpoint

public oracle.apps.cz.cio.ComponentSet getMidpoint()

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

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.