Class NotificationLite.ErrorNotification
- java.lang.Object
-
- io.reactivex.rxjava3.internal.util.NotificationLite.ErrorNotification
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- NotificationLite
static final class NotificationLite.ErrorNotification extends java.lang.Object implements java.io.Serializable
Wraps a Throwable.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Throwable
e
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ErrorNotification(java.lang.Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
e
final java.lang.Throwable e
-
-