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

org.omnifaces.persistence.exception.NonDeletableEntityException Maven / Gradle / Ivy

There is a newer version: 0.22.J1
Show newest version
package org.omnifaces.persistence.exception;

import org.omnifaces.persistence.model.BaseEntity;

public class NonDeletableEntityException extends BaseEntityException {

	private static final long serialVersionUID = 1L;

	public NonDeletableEntityException(BaseEntity entity) {
		super(entity, null);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy