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

io.baltoro.exception.UpdateNotAllowedException Maven / Gradle / Ivy

There is a newer version: 4.0.12
Show newest version
package io.baltoro.exception;

public class UpdateNotAllowedException extends PermissionException
{

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	public UpdateNotAllowedException(Throwable t) 
	{
		super(t);
	}


	public UpdateNotAllowedException(String baseUuid, String userUuid) 
	{
		super(baseUuid, userUuid);

	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy