- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CosNaming.NamingContextPackage.NotFound
-
- All Implemented Interfaces:
-
Serializable
,IDLEntity
public final class NotFound extends UserException
org / omg / CosNaming / NamingContextPackage / NotFound.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 描述 NameComponent[]
rest_of_name
NotFoundReason
why
-
构造方法摘要
构造方法 Constructor 描述 NotFound()
NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
NotFound(NotFoundReason _why, 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
-
-
-
-
字段详细信息
-
why
public NotFoundReason why
-
rest_of_name
public NameComponent[] rest_of_name
-
-
构造方法详细信息
-
NotFound
public NotFound()
-
NotFound
public NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
-
NotFound
public NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
-
-