oracle.AQ
クラス AQException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.AQ.AQException
 
直接の既知のサブクラス:
AQOracleSQLException

public class AQException
extends java.lang.RuntimeException

AQの例外。

関連項目:
直列化された形式

コンストラクタの概要
AQException(int err_code, java.lang.String message)
           
 
メソッドの概要
 int getErrorCode()
           
 java.lang.Exception getNextException()
           
 
クラス java.lang.Throwableから継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
クラス java.lang.Objectから継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AQException

public AQException(int err_code,
                   java.lang.String message) 
メソッドの詳細

getErrorCode

public int getErrorCode() 

getNextException

public java.lang.Exception getNextException()