Skip to content
Snippets Groups Projects
Commit 75beaddc authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added synctrans URL parameters endpoint (GET convenience mode) and improved protocol negotiation

parent 2d701d9f
No related branches found
No related tags found
No related merge requests found
package it.inaf.oats.vospace.exception;
import net.ivoa.xml.uws.v1.ErrorSummaryFactory;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.BAD_REQUEST)
public class InvalidArgumentException extends VoSpaceErrorSummarizableException {
public InvalidArgumentException(String message) {
super(message, ErrorSummaryFactory.VOSpaceFault.NODE_NOT_FOUND);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment