com.sleepycat.je.rep.impl
Class TextProtocol.InvalidMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TextProtocol.InvalidMessageException
TextProtocol.InvalidMessageException(TextProtocol.MessageError errorType,
String message)
getErrorType
public TextProtocol.MessageError getErrorType()
Copyright (c) 2004-2012 Oracle. All rights reserved.