-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DittoError.PresenceError extends DittoError
Errors transforming Ditto mesh presence data to or from JSON encoding.
-
-
Constructor Summary
Constructors Constructor Description DittoError.PresenceError(DittoError.PresenceErrorReason reason)
-
Method Summary
Modifier and Type Method Description final DittoError.PresenceErrorReasongetReason()StringgetMessage()ThrowablegetCause()-
Methods inherited from class live.ditto.DittoError.PresenceError
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.PresenceError
DittoError.PresenceError(DittoError.PresenceErrorReason reason)
-
-
Method Detail
-
getReason
final DittoError.PresenceErrorReason getReason()
-
getMessage
String getMessage()
-
-
-
-