@ -47,7 +47,7 @@ public class ResponseStatusException extends NestedRuntimeException {
@@ -47,7 +47,7 @@ public class ResponseStatusException extends NestedRuntimeException {
*@paramstatustheHTTPstatus(required)
*/
publicResponseStatusException(HttpStatusstatus){
this(status,null,null);
this(status,null);
}
/**
@ -57,7 +57,10 @@ public class ResponseStatusException extends NestedRuntimeException {
@@ -57,7 +57,10 @@ public class ResponseStatusException extends NestedRuntimeException {