public class ChatException extends RuntimeException
| Constructor and Description |
|---|
ChatException(String msg)
Constructs a new ChatException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ChatException(String msg)
message - the detail message (which is saved for later retrieval by the getMessage() method)Copyright © 2023. All rights reserved.