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

oracle.apps.cz.cio
Class PropertyNotAvailableException

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

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

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

Constructor Summary
PropertyNotAvailableException(java.lang.String message, java.lang.Exception e)

Method Summary
java.lang.Exception getException()
java.lang.String getMessage()
static java.io.PrintStream getSystemErrorPrintStream()
static java.io.PrintStream getSystemPrintStream()
void printStackTrace()
Prints this Throwable and its backtrace to the output stream.
void printStackTrace(java.io.PrintStream s)
Prints this Throwable and its backtrace to the specified print stream.
void printStackTrace(java.io.PrintWriter s)
Prints this Throwable and its backtrace to the specified print writer.
java.lang.String toString()
Returns the name of the original Throwable

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

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

PropertyNotAvailableException

public PropertyNotAvailableException(java.lang.String message,
                                     java.lang.Exception e)

Method Detail

getException

public java.lang.Exception getException()

getMessage

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

printStackTrace

public void printStackTrace()
Prints this Throwable and its backtrace to the output stream.
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Prints this Throwable and its backtrace to the specified print stream.
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Prints this Throwable and its backtrace to the specified print writer.
Overrides:
printStackTrace in class java.lang.Throwable
Since:
JDK1.1

toString

public java.lang.String toString()
Returns the name of the original Throwable
Overrides:
toString in class java.lang.Throwable

getSystemErrorPrintStream

public static java.io.PrintStream getSystemErrorPrintStream()

getSystemPrintStream

public static java.io.PrintStream getSystemPrintStream()

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.