com.sleepycat.je.rep.impl
Class TextProtocol.ProtocolError
java.lang.Object
com.sleepycat.je.rep.impl.TextProtocol.Message
com.sleepycat.je.rep.impl.TextProtocol.ResponseMessage
com.sleepycat.je.rep.impl.TextProtocol.ProtocolError
- All Implemented Interfaces:
- TextProtocol.WireFormatable
- Enclosing class:
- TextProtocol
public class TextProtocol.ProtocolError
- extends TextProtocol.ResponseMessage
TextProtocol.ProtocolError
public TextProtocol.ProtocolError(TextProtocol.InvalidMessageException messageException)
TextProtocol.ProtocolError
public TextProtocol.ProtocolError(TextProtocol.MessageError messageError,
String message)
TextProtocol.ProtocolError
public TextProtocol.ProtocolError(String responseLine,
String[] tokens)
throws TextProtocol.InvalidMessageException
- Throws:
TextProtocol.InvalidMessageException
hashCode
public int hashCode()
- Overrides:
hashCode
in class TextProtocol.ResponseMessage
equals
public boolean equals(Object obj)
- Overrides:
equals
in class TextProtocol.ResponseMessage
getOp
public TextProtocol.MessageOp getOp()
- Specified by:
getOp
in class TextProtocol.Message
wireFormat
public String wireFormat()
getErrorType
public TextProtocol.MessageError getErrorType()
getMessage
public String getMessage()
Copyright (c) 2004-2012 Oracle. All rights reserved.