Класс NotBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.rmi.NotBoundException
- Все реализованные интерфейсы:
- Serializable
public class NotBoundException extends Exception
Исключение NotBoundException выбрасывается, если попытка поиска или отвязки имени в реестре не находит связанного объекта.
- С:
- JDK1.1
- См. также:
-
Naming.lookup(String),Naming.unbind(String),Registry.lookup(String),Registry.unbind(String), Сериализованная форма
Конструкторы
| Конструктор и описание |
|---|
NotBoundException() Создаёт |
NotBoundException(String s) Создаёт |
Методы
Методы, унаследованные от класса 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 без указания сообщения об ошибке.
- С:
- JDK1.1
NotBoundException
public NotBoundException(String s)
Создаёт NotBoundException с указанным сообщением об ошибке.
- Параметры:
-
s- сообщение об ошибке - С:
- JDK1.1
© 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.