public class NotFoundReason extends Object implements IDLEntity
Indicates the reason for not able to resolve.
public static final int _missing_node
public static final NotFoundReason missing_node
public static final int _not_context
public static final NotFoundReason not_context
public static final int _not_object
public static final NotFoundReason not_object
protected NotFoundReason(int value)
public int value()
public static NotFoundReason from_int(int value)
© 1993–2017, 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.