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

org.drools.task.service.PermissionDeniedException Maven / Gradle / Ivy

There is a newer version: 5.1.1
Show newest version
package org.drools.task.service;

/**
 * Exception that is thrown when a User try to perform an Operation on a Task
 *
 * @author dave sinclair
 * @see org.drools.task.service.TaskServiceSession#taskOperation(Operation, long, String, String, ContentData)  
 */
public class PermissionDeniedException extends TaskException{
    public PermissionDeniedException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy