- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- AuthenticationException, BadConfigurationException, BadRequestException, NotFoundException, SchemaDisagreementException, UnknownException
public class OperationException
extends ConnectionException
Application exception for an operation executed within the context of the
connection pool. An application exception varies from other
ConnectionException in that it will immediately roll up to the client and
cannot fail over. Examples of application exceptions are invalid request
formats.
- See Also:
- Serialized Form