-
- All Implemented Interfaces:
public final class ChatError.GenericError extends ChatError
An error that only contains the message.
-
-
Constructor Summary
Constructors Constructor Description ChatError.GenericError(String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()-
-
Constructor Detail
-
ChatError.GenericError
ChatError.GenericError(String message)
- Parameters:
message- The message describing the error.
-
-
Method Detail
-
getMessage
String getMessage()
-
-
-
-