Class OError37Response
java.lang.Object
com.orientechnologies.orient.client.remote.message.OError37Response
- All Implemented Interfaces:
OBinaryResponse
Created by tglman on 25/05/17.
-
Constructor Summary
ConstructorsConstructorDescriptionOError37Response(OErrorCode code, int errorIdentifier, Map<String, String> messages, byte[] verbose) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()intbyte[]voidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OError37Response
public OError37Response(OErrorCode code, int errorIdentifier, Map<String, String> messages, byte[] verbose) -
OError37Response
public OError37Response()
-
-
Method Details
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
getErrorIdentifier
public int getErrorIdentifier() -
getCode
-
getMessages
-
getVerbose
public byte[] getVerbose()
-