Class NotConnectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.pathcreator.pyc.rpc.core.exceptions.RpcException
ru.pathcreator.pyc.rpc.core.exceptions.NotConnectedException
- All Implemented Interfaces:
Serializable
Исключение, которое сообщает, что RPC-канал сейчас не connected к peer-у.
Exception indicating that the RPC channel is not currently connected to the peer.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotConnectedException(String reason) Создаёт исключение с описанием причины отсутствия соединения. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotConnectedException
Создаёт исключение с описанием причины отсутствия соединения.Creates an exception with a not-connected reason message.
- Parameters:
reason- описание причины / reason message
-