org.omg.CosNaming.NamingContextPackage
クラス CannotProceed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.CosNaming.NamingContextPackage.CannotProceed
すべての実装インタフェース:
IDLEntity, java.io.Serializable

public final class CannotProceed
extends UserException

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

フィールドの概要
 NamingContext cxt
           
 NameComponent[] rest_of_name
           
 
コンストラクタの概要
CannotProceed()
           
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
           
CannotProceed(java.lang.String reason, NamingContext _cxt, NameComponent[] _rest_of_name)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

cxt

public NamingContext cxt

rest_of_name

public NameComponent[] rest_of_name
コンストラクタの詳細

CannotProceed

public CannotProceed(NamingContext _cxt,
                     NameComponent[] _rest_of_name)

CannotProceed

public CannotProceed(java.lang.String reason,
                     NamingContext _cxt,
                     NameComponent[] _rest_of_name)

CannotProceed

public CannotProceed()