/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.smartitengineering.user.service; /** * * @author modhu7 */ public enum ExceptionMessage { CONSTRAINT_VIOLATION_EXCEPTION, STALE_OBJECT_STATE_EXCEPTION, ACCESS_DENIED_EXCEPTION }