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

com.aliyun.datahub.exception.MalformedRecordException Maven / Gradle / Ivy

There is a newer version: 2.25.6
Show newest version
package com.aliyun.datahub.exception;

import com.aliyun.datahub.common.transport.Response;

public class MalformedRecordException extends DatahubServiceException {
    public MalformedRecordException(String msg) {
        super(msg);
    }

    public MalformedRecordException(String msg, Response response) {
        super("MalformedRecord", msg, response);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy