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

oracle.apps.cz.cio
Class FunctionalCompanionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.apps.cz.utilities.CheckedToUncheckedException
                          |
                          +--oracle.apps.cz.cio.FunctionalCompanionException
All Implemented Interfaces:
java.io.Serializable

Deprecated. this class is no longer necessary

public class FunctionalCompanionException
extends oracle.apps.cz.utilities.CheckedToUncheckedException

This exception is used to indicate that an error occured somewhere inside the functional companion.

See Also:
Serialized Form

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

Constructor Summary
FunctionalCompanionException(java.lang.Throwable ex)
Deprecated. The message of the original exception will be the message of this exception.
FunctionalCompanionException(java.lang.Throwable ex, java.lang.String message)
Deprecated.

Methods inherited from class oracle.apps.cz.utilities.CheckedToUncheckedException
dumpErrorMessage, dumpErrorMessage, dumpMessage, dumpMessage, getOriginalThrowable, getSystemErrorPrintStream, getSystemPrintStream, printStackTrace, printStackTrace, printStackTrace, toString

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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

FunctionalCompanionException

public FunctionalCompanionException(java.lang.Throwable ex)
Deprecated.
The message of the original exception will be the message of this exception.

FunctionalCompanionException

public FunctionalCompanionException(java.lang.Throwable ex,
                                    java.lang.String message)
Deprecated.
Parameters:
message - the message of the exception

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.