Spec-Zone.ru › OpenJDK 21

Класс NotBoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.NotBoundException
Все реализуемые интерфейсы:
Serializable
public class NotBoundException extends Exception
Исключение NotBoundException выбрасывается, если попытка поиска или отвязки имени в реестре не находит связанного объекта.
Since:
1.1
См. также:
  • Naming.lookup(String)
  • Naming.unbind(String)
  • Registry.lookup(String)
  • Registry.unbind(String)
  • Сериализованная форма

Краткое описание конструкторов

Конструктор Описание
NotBoundException()
Создаёт NotBoundException без указанного сообщения об ошибке.
NotBoundException(String s)
Создаёт NotBoundException с указанным сообщением об ошибке.

Краткое описание методов

Методы, унаследованные от класса java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Методы, унаследованные от класса java.lang.Object

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

Подробное описание конструкторов

NotBoundException

public NotBoundException()
Создаёт NotBoundException без указанного сообщения об ошибке.
Since:
1.1

NotBoundException

public NotBoundException(String s)
Создаёт NotBoundException с указанным сообщением об ошибке.
Параметры:
s - сообщение об ошибке
Since:
1.1

© 1993, 2023, 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/en/java/javase/21/docs/api/java.rmi/java/rmi/NotBoundException.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API