|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
oracle.jms.AQjmsException
This is an Oracle class which extends javax.jms.JMSException and adds Oracle Streams Advanced Queuing extensions.
| Method Summary | |
java.lang.String |
getAllStackTracesString()Returns a string containing the stack traces of all exceptions in the order: this exception linked exception next linked exception, etc |
int |
getErrorNumber()Gets the Oracle error code for the exception. |
java.lang.String |
getLinkString()Returns a string indicating that the message is from the linked exception. |
void |
printStackTrace()Prints this throwable and its backtrace to the standard error stream. |
void |
printStackTrace(java.io.PrintStream stream)Prints this throwable and its backtrace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter stream)Prints this throwable and its backtrace to the specified print writer. |
| Methods inherited from class javax.jms.JMSException |
getErrorCode, getLinkedException, setLinkedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public int getErrorNumber()
Important: This method will be deprecated in a future release. Use getErrorCode() instead.
JMSException.getErrorCode()public void printStackTrace()
public void printStackTrace(java.io.PrintStream stream)
stream - PrintStream to use for outputpublic void printStackTrace(java.io.PrintWriter stream)
stream - PrintWriter to use for outputpublic java.lang.String getLinkString()
public java.lang.String getAllStackTracesString()
|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||