com.sleepycat.je.rep.impl
Class TextProtocol.InvalidMessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.impl.TextProtocol.InvalidMessageException
All Implemented Interfaces:
Serializable
Enclosing class:
TextProtocol

public static class TextProtocol.InvalidMessageException
extends Exception

Used to indicate a message format or invalid content exception.

See Also:
Serialized Form

Constructor Summary
TextProtocol.InvalidMessageException(TextProtocol.MessageError errorType, String message)
           
 
Method Summary
 TextProtocol.MessageError getErrorType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextProtocol.InvalidMessageException

TextProtocol.InvalidMessageException(TextProtocol.MessageError errorType,
                                     String message)
Method Detail

getErrorType

public TextProtocol.MessageError getErrorType()


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