-
- All Implemented Interfaces:
-
java.io.Serializable
@Deprecated(message = This error is no longer thrown. Catch FatalError if you want to handle these error cases., replaceWith = @ReplaceWith(imports = {}, expression = FatalError)) public final class DittoError.InternalError extends DittoError
Errors related to internal ditto core native communication.
-
-
Constructor Summary
Constructors Constructor Description DittoError.InternalError(DittoError.InternalErrorReason reason)
-
Method Summary
Modifier and Type Method Description final DittoError.InternalErrorReasongetReason()StringgetMessage()ThrowablegetCause()-
Methods inherited from class live.ditto.DittoError.InternalError
getLocalizedMessage -
Methods inherited from class live.ditto.DittoError
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DittoError.InternalError
DittoError.InternalError(DittoError.InternalErrorReason reason)
-
-
Method Detail
-
getReason
final DittoError.InternalErrorReason getReason()
-
getMessage
String getMessage()
-
-
-
-