org.xins.client
Class StandardErrorCodeException

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.UnsuccessfulXINSCallException
                      extended byorg.xins.client.StandardErrorCodeException
All Implemented Interfaces:
Serializable, XINSCallResultData
Direct Known Subclasses:
DisabledFunctionException, InternalErrorException, InvalidRequestException

public abstract class StandardErrorCodeException
extends UnsuccessfulXINSCallException

Abstract base class for exceptions that indicate that a standard error code was returned from the server-side. Standard error codes all start with an underscore, e.g. _InternalError.

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

Methods inherited from class org.xins.client.UnsuccessfulXINSCallException
getDataElement, getErrorCode, getParameter, getParameters, getType
 
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/.