-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DittoError.BusError extends DittoError
-
-
Constructor Summary
Constructors Constructor Description DittoError.BusError(DittoError.BusErrorReason reason)
-
Method Summary
Modifier and Type Method Description final DittoError.BusErrorReasongetReason()StringgetMessage()ThrowablegetCause()-
Methods inherited from class live.ditto.DittoError.BusError
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.BusError
DittoError.BusError(DittoError.BusErrorReason reason)
-
-
Method Detail
-
getReason
final DittoError.BusErrorReason getReason()
-
getMessage
String getMessage()
-
-
-
-