io.baltoro.exception.ReadNotAllowedException Maven / Gradle / Ivy
package io.baltoro.exception;
public class ReadNotAllowedException extends PermissionException
{
/**
*
*/
private static final long serialVersionUID = 1L;
public ReadNotAllowedException(Throwable t)
{
super(t);
}
public ReadNotAllowedException(String baseUuid, String userUuid)
{
super(baseUuid, userUuid);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy