JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 UserException

java.lang.Object
  繼承者 java.lang.Throwable
      繼承者 java.lang.Exception
          繼承者 org.omg.CORBA.UserException
所有已實作的介面:
Serializable, IDLEntity
直接已知子類別:
AdapterAlreadyExists, AdapterInactive, AdapterNonExistent, AlreadyBound, BadKind, Bounds, Bounds, CannotProceed, DuplicateName, FormatMismatch, ForwardRequest, ForwardRequest, InconsistentTypeCode, InconsistentTypeCode, Invalid, InvalidAddress, InvalidName, InvalidName, InvalidName, InvalidPolicy, InvalidSeq, InvalidSlot, InvalidTypeForEncoding, InvalidValue, InvalidValue, NoContext, NoServant, NotEmpty, NotFound, ObjectAlreadyActive, ObjectNotActive, PolicyError, ServantAlreadyActive, ServantNotActive, TypeMismatch, TypeMismatch, TypeMismatch, UnknownEncoding, UnknownUserException, WrongAdapter, WrongPolicy, WrongTransaction

public abstract class UserException
extends Exception
implements IDLEntity

CORBA IDL 定義的使用者異常的根類別。所有 CORBA 使用者異常都是經過檢查的異常,這意味著它們需要在方法簽章中被宣告。

另請參見:
關於 Java IDL 異常的文檔

建構子摘要
protected UserException()
          建構一個 UserException 物件。
protected UserException(String reason)
          建構帶詳細訊息的 UserException 物件。
 
方法摘要
 
從類別 java.lang.Throwable 繼承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

UserException

protected UserException()
建構一個 UserException 物件。此方法僅由子類別調用。


UserException

protected UserException(String reason)
建構帶詳細訊息的 UserException 物件。此方法僅由子類別調用。

參數:
reason - 提供此異常原因的 String 物件

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only