- All Implemented Interfaces:
- java.io.Serializable
public class BadVersionIdentifier
extends java.lang.RuntimeException
BadVersionIdentifier is a kind of RuntimeException thrown by the example
service DocumentStore
. This is similar to a "Not Found"
kind of error, to show that services can throw Exceptions, and to show
that test-driver clients can handle exceptions. The error text of this
exception must match the Failure message in the specification.
- Version:
- 1.0
- Author:
- Anthony J H Simons
- See Also:
- Serialized Form