-
- All Implemented Interfaces:
public final class ChatError.ThrowableError extends ChatError
An error that contains a message and cause.
-
-
Constructor Summary
Constructors Constructor Description ChatError.ThrowableError(String message, Throwable cause)
-
Method Summary
-
-
Method Detail
-
getMessage
String getMessage()
-
equals
@StreamHandsOff(reason = "Throwable doesn't override the equals method; therefore, it needs custom implementation.") Boolean equals(Object other)
-
hashCode
@StreamHandsOff(reason = "Throwable doesn't override the hashCode method; therefore, it needs custom implementation.") Integer hashCode()
-
-
-
-