- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CosNaming.NamingContextPackage.CannotProceed
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class CannotProceed extends UserException
org / omg / CosNaming / NamingContextPackage / CannotProceed.java。 由IDL到Java编译器(便携式)生成,版本“3.2”来自/scratch/HUDSON/workspace/9-2-build-linux-amd64-phase2/jdk9/6639.nc/corba/src/java.corba /share/classes/org/omg/CosNaming/nameservice.idl 2017年7月13日,星期四10:31:36 UTC
-
-
Field Summary
Fields Modifier and Type Field 描述 NamingContext
cxt
NameComponent[]
rest_of_name
-
构造方法摘要
构造方法 Constructor 描述 CannotProceed()
CannotProceed(String $reason, NamingContext _cxt, NameComponent[] _rest_of_name)
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
-
方法摘要
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
字段详细信息
-
cxt
public NamingContext cxt
-
rest_of_name
public NameComponent[] rest_of_name
-
-
构造方法详细信息
-
CannotProceed
public CannotProceed()
-
CannotProceed
public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
-
CannotProceed
public CannotProceed(String $reason, NamingContext _cxt, NameComponent[] _rest_of_name)
-
-