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
| 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 |
RCS_ID
public static final java.lang.String RCS_ID
RCS_ID_RECORDED
public static final boolean RCS_ID_RECORDED
PropertyNotAvailableException
public PropertyNotAvailableException(java.lang.String message,
java.lang.Exception e)
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()
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.