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

oracle.apps.cz.cio
Class InitialRequestException

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

Deprecated. As of 11.5.10, use NonOverridableRequestException

public class InitialRequestException
extends LogicalException

Signalled if a problem occurs during the setting of Initial Requests.

See Also:
NonOverridableRequestException, Serialized Form

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

Constructor Summary
InitialRequestException(java.lang.String msg, oracle.apps.cz.cio.IRuntimeNode node, oracle.apps.cz.cio.Configuration config)
Deprecated.

Method Summary
java.lang.String toString()
Deprecated.

Methods inherited from class oracle.apps.cz.cio.LogicalException
getCause, getExpertMessage, getMessage, getMessageHeader, getMessageHeader, getReasons, hasExpertMessage, isOverridable, setCause

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

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
Deprecated.

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED
Deprecated.

Constructor Detail

InitialRequestException

public InitialRequestException(java.lang.String msg,
                               oracle.apps.cz.cio.IRuntimeNode node,
                               oracle.apps.cz.cio.Configuration config)
Deprecated.

Method Detail

toString

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

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.