Package eu.antidotedb.client.messages
Class AntidoteRequest.ExtractionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.antidotedb.client.messages.AntidoteRequest.ExtractionError
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AntidoteRequest<Response>
public static class AntidoteRequest.ExtractionError extends java.lang.RuntimeExceptionAn exception thrown by response extractors when response type does not match.- See Also:
AntidoteRequest.MsgReadObjects.Extractor,AntidoteRequest.MsgUpdateObjects.Extractor,AntidoteRequest.MsgStartTransaction.Extractor,AntidoteRequest.MsgAbortTransaction.Extractor,AntidoteRequest.MsgCommitTransaction.Extractor,AntidoteRequest.MsgStaticReadObjects.Extractor,AntidoteRequest.MsgStaticUpdateObjects.Extractor, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtractionError(java.lang.String message)
-