org.xins.client
Class UnacceptableRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xins.common.service.CallException
org.xins.client.XINSCallException
org.xins.client.UnacceptableMessageException
org.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
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/.