Searched refs:HTTP_INTERNAL_ERROR (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DCode.java60 public static final int HTTP_INTERNAL_ERROR = 500; field in class:Code
100 case HTTP_INTERNAL_ERROR: return " Internal Server Error";
H A DServerImpl.java585 reject (Code.HTTP_INTERNAL_ERROR,
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpURLConnection.java777 public static final int HTTP_INTERNAL_ERROR = 500; field in class:HttpURLConnection
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/client/p2p/
H A DHttpSOAPConnection.java247 // let HTTP_INTERNAL_ERROR (500) through because it is used for SOAP faults
248 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
266 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
446 // let HTTP_INTERNAL_ERROR (500) through because it is used for SOAP faults
447 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
462 if (responseCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java284 if (statusCode == HttpURLConnection.HTTP_OK || statusCode == HttpURLConnection.HTTP_ACCEPTED || statusCode == HttpURLConnection.HTTP_INTERNAL_ERROR) {
286 if (statusCode == HttpURLConnection.HTTP_INTERNAL_ERROR && in == null) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/
H A DHttpAdapter.java371 ? HttpURLConnection.HTTP_INTERNAL_ERROR
588 con.setStatus(HttpURLConnection.HTTP_INTERNAL_ERROR);
703 con.setStatus(HttpURLConnection.HTTP_INTERNAL_ERROR);

Completed in 38 milliseconds