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