dwt ~dev (2021-09-28T23:59:43.584138)
Dub
Repo
SyncException
java
nonstandard
sync
exception
Base class for synchronization exceptions.
version(!Tango)
class
SyncException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string msg, Throwable next, string file, size_t line);
}
Constructors
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
java
nonstandard
sync
exception
classes
SyncException
Base class for synchronization exceptions.