com.marklogic.xcc.exceptions
Class ServerConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.marklogic.xcc.exceptions.XccException
com.marklogic.xcc.exceptions.RequestException
com.marklogic.xcc.exceptions.ServerConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ServerResponseException
- public class ServerConnectionException
- extends RequestException
This exception indicates a problem with the connection
to the server. It most often is a wrapper for an
IOException.
- See Also:
Throwable.getCause(),
Serialized Form
ServerConnectionException
public ServerConnectionException(String message,
Request request)
ServerConnectionException
public ServerConnectionException(String message,
Request request,
Throwable cause)
Copyright © 2003-2008 Mark Logic Corporation, All Rights Reserved.
Complete online documentation for MarkLogic Server,
XQuery and related components may be found at
developer.marklogic.com