org.xins.client
Class InvalidResultXINSCallException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.xins.common.service.CallException
              extended byorg.xins.client.XINSCallException
                  extended byorg.xins.client.InvalidResultXINSCallException
All Implemented Interfaces:
Serializable

public final class InvalidResultXINSCallException
extends XINSCallException

Exception thrown to indicate that the result from a XINS API call was invalid according to the XINS rules for a XINS call result.

Note that this exception is only thrown if the result is invalid according to the XINS rules for a result XML document. If the result is only invalid in relation to the applicable API specification, then an UnacceptableResultXINSCallException is thrown instead.

Since:
XINS 1.0.0
Version:
$Revision: 1.12 $ $Date: 2006/08/28 09:12:31 $
Author:
Ernst de Haan
See Also:
Serialized Form

Methods inherited from class org.xins.common.service.CallException
getDetail, getDuration, getMessage, getNext, getRequest, getTarget
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



See http://www.xins.org/.