Class NotFoundReason

All Implemented Interfaces:
Serializable, IDLEntity

public class NotFoundReason
extends Object
implements IDLEntity

Indicates the reason for not able to resolve.

Fields

Modifier and Type Field and Description
static int _missing_node
static int _not_context
static int _not_object
static NotFoundReason missing_node
static NotFoundReason not_context
static NotFoundReason not_object

Constructors

Modifier Constructor and Description
protected NotFoundReason(int value)

Methods

Modifier and Type Method and Description
static NotFoundReason from_int(int value)
int value()

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

_missing_node

public static final int _missing_node
See Also:
Constant Field Values

missing_node

public static final NotFoundReason missing_node

_not_context

public static final int _not_context
See Also:
Constant Field Values

not_context

public static final NotFoundReason not_context

_not_object

public static final int _not_object
See Also:
Constant Field Values

not_object

public static final NotFoundReason not_object

Constructors

NotFoundReason

protected NotFoundReason(int value)

Methods

value

public int value()

from_int

public static NotFoundReason from_int(int value)

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/org/omg/CosNaming/NamingContextPackage/NotFoundReason.html