kafka-d ~master (2018-08-10T09:39:09Z)
Dub
Repo
ConnectionException
kafkad
exception
used to mask vibe.d's Exceptions related to connection establishment
class
ConnectionException : Exception {
mixin
ExceptionCtorMixin
;
}
Members
Mixins
__anonymous
mixin
ExceptionCtorMixin
Undocumented in source.
Mixed In Members
From
mixin
ExceptionCtorMixin
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string msg, Throwable next, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
kafkad
exception
classes
ConnectionException
CrcException
MetadataException
OffsetOutOfRangeException
ProtocolException
StreamException
functions
rethrow
mixin templates
ExceptionCtorMixin
used to mask vibe.d's Exceptions related to connection establishment