package com.sky.exception; public class DeletionNotAllowedException extends BaseException { public DeletionNotAllowedException(String msg) { super(msg); } }