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

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

The newest version!
package org.brutusin.demo;

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


public class RuntimeExceptionAction extends SafeAction {

    @Override
    public Cacheable execute(Void input) {
        throw new RuntimeException("An unexpected runtime exception");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy