org.xins.client
Class UnacceptableRequestException

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.UnacceptableMessageException
                      extended byorg.xins.client.UnacceptableRequestException
All Implemented Interfaces:
Serializable

public final class UnacceptableRequestException
extends UnacceptableMessageException

Exception that indicates that a request for an API call is considered unacceptable on the application-level. For example, a mandatory input parameter may be missing.

Since:
XINS 1.2.0
Version:
$Revision: 1.28 $ $Date: 2007/09/18 08:45:07 $
Author:
Ernst de Haan, Anthony Goubard
See Also:
Serialized Form

Constructor Summary
UnacceptableRequestException(AbstractCAPICallRequest request)
          Constructs a new UnacceptableRequestException using the specified AbstractCAPICallRequest.
 
Methods inherited from class org.xins.client.UnacceptableMessageException
addAttributeCombo, addInvalidValueForType, addInvalidValueForType, addInvalidValueForType, addMissingParameter, addMissingParameter, addParamCombo, getMessage
 
Methods inherited from class org.xins.common.service.CallException
getDetail, getDuration, 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
 

Constructor Detail

UnacceptableRequestException

public UnacceptableRequestException(AbstractCAPICallRequest request)
Constructs a new UnacceptableRequestException using the specified AbstractCAPICallRequest.

Parameters:
request - the AbstractCAPICallRequest that is considered unacceptable, cannot be null.


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