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 voidvoidDrasylNodeComponent.open()Starts the component.Constructors in org.drasyl that throw DrasylExceptionModifierConstructorDescriptionprotectedCreates a new drasyl Node.protectedDrasylNode(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 TypeClassDescriptionclassA IdentityManagerException is thrown by theIdentityManagerwhen 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.SslHandlerDefaultSessionInitializer.generateSslContext(io.netty.channel.socket.SocketChannel ch) Generates aSslHandlerthat can be added to theChannelPipeline.protected voidDefaultSessionInitializer.initChannel(io.netty.channel.socket.SocketChannel ch) protected voidDefaultSessionInitializer.sslStage(io.netty.channel.socket.SocketChannel ch) At this stage theSslHandleris added to the pipeline. - 
Uses of DrasylException in org.drasyl.peer.connection.client
Subclasses of DrasylException in org.drasyl.peer.connection.clientModifier and TypeClassDescriptionclassA 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 TypeClassDescriptionclassA MessageDecoderException is thrown by theMessageDecoderwhen errors occur.classA MessageEncoderException is thrown by theMessageEncoderwhen errors occur. - 
Uses of DrasylException in org.drasyl.peer.connection.server
Subclasses of DrasylException in org.drasyl.peer.connection.serverModifier and TypeClassDescriptionclassA ServerException is thrown by theServerwhen errors occur. - 
Uses of DrasylException in org.drasyl.plugin.groups.manager.database
Subclasses of DrasylException in org.drasyl.plugin.groups.manager.databaseModifier and TypeClassDescriptionclassThis exception signals an error occurred during execution inDatabaseAdapterimplementations. - 
Uses of DrasylException in org.drasyl.util
Classes in org.drasyl.util with type parameters of type DrasylExceptionModifier and TypeInterfaceDescriptioninterfaceDrasylConsumer<T,E extends DrasylException> Consumerthat can throw aDrasylException.interfaceDrasylSupplier<T,E extends DrasylException> Supplierthat can throw aDrasylException.Methods in org.drasyl.util that throw DrasylException