io.baltoro.exception.UpdateNotAllowedException Maven / Gradle / Ivy
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