com.marklogic.xcc.exceptions
Class ServerResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
com.marklogic.xcc.exceptions.ServerConnectionException
com.marklogic.xcc.exceptions.ServerResponseException
- All Implemented Interfaces:
- Serializable
public class ServerResponseException
- extends ServerConnectionException
This exception indicates that an unrecognized response was received from the server. This may
indicate a misconfiguration such that XCC is connecting to something other than a MarkLogic XDBC
server port.
- See Also:
- Serialized Form
ServerResponseException
public ServerResponseException(String message,
Request request,
int responseCode,
String responseMessage)
ServerResponseException
public ServerResponseException(String message,
Request request,
int responseCode,
String responseMessage,
Throwable cause)
getResponseCode
public int getResponseCode()
getResponseMessage
public String getResponseMessage()
Copyright © 2013 MarkLogic Corporation. All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com