XCC/J 3.2-9

com.marklogic.xcc.exceptions
Class ServerConnectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.marklogic.xcc.exceptions.XccException
              extended bycom.marklogic.xcc.exceptions.RequestException
                  extended bycom.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

Constructor Summary
ServerConnectionException(String message, Request request)
           
ServerConnectionException(String message, Request request, Throwable cause)
           
 
Methods inherited from class com.marklogic.xcc.exceptions.RequestException
getRequest, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerConnectionException

public ServerConnectionException(String message,
                                 Request request)

ServerConnectionException

public ServerConnectionException(String message,
                                 Request request,
                                 Throwable cause)

XCC/J 3.2-9

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