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

org.brutusin.demo.SecurityExceptionAction Maven / Gradle / Ivy

The newest version!
package org.brutusin.demo;

import org.brutusin.rpc.http.Cacheable;
import org.brutusin.rpc.http.SafeAction;


public class SecurityExceptionAction extends SafeAction {

    @Override
    public Cacheable execute(Void input) throws Exception {
        throw new SecurityException("Forbidden access");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy