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

com.sflpro.identity.api.common.dtos.SerializationErrorResponseDto Maven / Gradle / Ivy

There is a newer version: 0.4.5
Show newest version
package com.sflpro.identity.api.common.dtos;

/**
 * Company: SFL LLC
 * Created on 29/11/2017
 *
 * @author Davit Harutyunyan
 */
public class SerializationErrorResponseDto extends IdentityApiErrorResponseDto {

    public SerializationErrorResponseDto() {
        super();
    }

    public SerializationErrorResponseDto(final String message) {
        super(IdentityApiError.INVALID_REQUEST_DATA, message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy