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

com.iprogrammerr.bright.server.response.ToForwardResponse Maven / Gradle / Ivy

package com.iprogrammerr.bright.server.response;

public final class ToForwardResponse implements IntermediateResponse {

	@Override
	public boolean canForward() {
		return true;
	}

	@Override
	public Response error() throws Exception {
		throw new Exception("There is no error, request need to be forwarded");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy