Uses of Enum Class
io.atomix.raft.RaftError.Type
Packages that use RaftError.Type
Package
Description
Provides classes and interfaces for managing Raft clients and servers.
Provides
RaftRequest and RaftResponse implementations for all internal Raft protocol
communication.-
Uses of RaftError.Type in io.atomix.raft
Methods in io.atomix.raft that return RaftError.TypeModifier and TypeMethodDescriptionRaftException.getType()Returns the exception type.RaftError.type()Returns the error type.static RaftError.TypeReturns the enum constant of this class with the specified name.static RaftError.Type[]RaftError.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.atomix.raft with parameters of type RaftError.TypeModifierConstructorDescriptionRaftError(RaftError.Type type, String message) protectedRaftException(RaftError.Type type, String message, Object... args) protectedRaftException(RaftError.Type type, Throwable cause) protectedRaftException(RaftError.Type type, Throwable cause, String message, Object... args) -
Uses of RaftError.Type in io.atomix.raft.protocol
Methods in io.atomix.raft.protocol with parameters of type RaftError.TypeModifier and TypeMethodDescriptiondefault TRaftResponse.Builder.withError(RaftError.Type type) Sets the response error.default TRaftResponse.Builder.withError(RaftError.Type type, String message) Sets the response error.