All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.easemob.im.server.api.chatrooms.exception.ChatRoomsException Maven / Gradle / Ivy

The newest version!
package com.easemob.im.server.api.chatrooms.exception;

import com.easemob.im.server.api.ApiException;

public class ChatRoomsException extends ApiException {
    public ChatRoomsException(String message) {
        super(message);
    }

    public ChatRoomsException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy