XCC/J 6.0-3

com.marklogic.xcc.exceptions
Class UnexpectedResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.marklogic.xcc.exceptions.XccException
              extended by com.marklogic.xcc.exceptions.UnexpectedResponseException
All Implemented Interfaces:
Serializable

public class UnexpectedResponseException
extends XccException

This exception indicates that an unrecognized response was received from the server while parsing the HTTP header of the message. This can be caused by a connection error or server timeout.

See Also:
Serialized Form

Constructor Summary
UnexpectedResponseException(String message, String responseValue)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedResponseException

public UnexpectedResponseException(String message,
                                   String responseValue)

XCC/J 6.0-3

Copyright © 2013 MarkLogic Corporation. All Rights Reserved.

Complete online documentation for MarkLogic Server, XQuery and related components may be found at developer.marklogic.com