-
@Deprecated(message = These reasons are no longer used. See FatalError.message.) public final class DittoError.InternalErrorReason.WeakReferenceCleared extends DittoError.InternalErrorReason
A
WeakReferenceto the Ditto instance has been "cleared" by the garbage collector.
-
-
Constructor Summary
Constructors Constructor Description DittoError.InternalErrorReason.WeakReferenceCleared(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()-
-
Constructor Detail
-
DittoError.InternalErrorReason.WeakReferenceCleared
DittoError.InternalErrorReason.WeakReferenceCleared(String message)
-
-
Method Detail
-
getMessage
final String getMessage()
-
-
-
-