com.sleepycat.je.rep.utilint
Class BinaryProtocol.ProtocolError

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
          extended by com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
              extended by com.sleepycat.je.rep.utilint.BinaryProtocol.ProtocolError
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Enclosing class:
BinaryProtocol

public class BinaryProtocol.ProtocolError
extends BinaryProtocol.RejectMessage


Field Summary
 
Fields inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
errorMessage
 
Constructor Summary
BinaryProtocol.ProtocolError(ByteBuffer buffer)
           
BinaryProtocol.ProtocolError(String errorMessage)
           
 
Method Summary
 BinaryProtocol.MessageOp getOp()
           
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.RejectMessage
getErrorMessage, toString, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getEnum, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinaryProtocol.ProtocolError

public BinaryProtocol.ProtocolError(String errorMessage)

BinaryProtocol.ProtocolError

public BinaryProtocol.ProtocolError(ByteBuffer buffer)
Method Detail

getOp

public BinaryProtocol.MessageOp getOp()
Specified by:
getOp in class BinaryProtocol.Message


Copyright (c) 2004-2010 Oracle. All rights reserved.