org.vfdtech.MessageContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utilities-and-generic-tools Show documentation
Show all versions of utilities-and-generic-tools Show documentation
A utilities service with generic tools implementation. Can be
plugged into your java project
package org.vfdtech;
import org.vfdtech.exceptions.CustomException;
public class MessageContent {
public static final String badRequest = "Bad Request" ;
public static final String errorOccurred="Error occurred";
public static final String noRecordFound="No record found";
}