Uses of Class
org.drasyl.DrasylException
Packages that use DrasylException
Package
Description
Core API that includes the
DrasylNode
and DrasylConfig
.Contains classes to manage the
Identity
of the drasyl node.Provides classes to manage connections to other peers.
Connects to super peer and other peers.
netty handlers for peer connections.
Provides a server to which children and other peers can connect.
Utility classes used across multiple packages.
-
Uses of DrasylException in org.drasyl
Methods in org.drasyl that throw DrasylExceptionModifier and TypeMethodDescriptionstatic void
void
DrasylNodeComponent.open()
Starts the component.Constructors in org.drasyl that throw DrasylExceptionModifierConstructorDescriptionprotected
Creates a new drasyl Node.protected
DrasylNode
(DrasylConfig config) Creates a new drasyl Node with the givenconfig
.ObservableDrasylNode
(DrasylConfig config) -
Uses of DrasylException in org.drasyl.identity
Subclasses of DrasylException in org.drasyl.identityModifier and TypeClassDescriptionclass
A IdentityManagerException is thrown by theIdentityManager
when errors occur. -
Uses of DrasylException in org.drasyl.peer.connection
Methods in org.drasyl.peer.connection that throw DrasylExceptionModifier and TypeMethodDescriptionprotected abstract io.netty.handler.ssl.SslHandler
DefaultSessionInitializer.generateSslContext
(io.netty.channel.socket.SocketChannel ch) Generates aSslHandler
that can be added to theChannelPipeline
.protected void
DefaultSessionInitializer.initChannel
(io.netty.channel.socket.SocketChannel ch) protected void
DefaultSessionInitializer.sslStage
(io.netty.channel.socket.SocketChannel ch) At this stage theSslHandler
is added to the pipeline. -
Uses of DrasylException in org.drasyl.peer.connection.client
Subclasses of DrasylException in org.drasyl.peer.connection.clientModifier and TypeClassDescriptionclass
A ClientException is thrown by clients when errors occur. -
Uses of DrasylException in org.drasyl.peer.connection.handler
Subclasses of DrasylException in org.drasyl.peer.connection.handlerModifier and TypeClassDescriptionclass
A MessageDecoderException is thrown by theMessageDecoder
when errors occur.class
A MessageEncoderException is thrown by theMessageEncoder
when errors occur. -
Uses of DrasylException in org.drasyl.peer.connection.server
Subclasses of DrasylException in org.drasyl.peer.connection.serverModifier and TypeClassDescriptionclass
A ServerException is thrown by theServer
when errors occur. -
Uses of DrasylException in org.drasyl.plugin.groups.manager.database
Subclasses of DrasylException in org.drasyl.plugin.groups.manager.databaseModifier and TypeClassDescriptionclass
This exception signals an error occurred during execution inDatabaseAdapter
implementations. -
Uses of DrasylException in org.drasyl.util
Classes in org.drasyl.util with type parameters of type DrasylExceptionModifier and TypeInterfaceDescriptioninterface
DrasylConsumer<T,
E extends DrasylException> Consumer
that can throw aDrasylException
.interface
DrasylSupplier<T,
E extends DrasylException> Supplier
that can throw aDrasylException
.Methods in org.drasyl.util that throw DrasylException