org.xins.client
Class InvalidResultXINSCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xins.common.service.CallException
org.xins.client.XINSCallException
org.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
See http://www.xins.org/.