com.tinkerpop.rexster.protocol.msg
Class ErrorResponseMessage

java.lang.Object
  extended by com.tinkerpop.rexster.protocol.msg.RexProMessage
      extended by com.tinkerpop.rexster.protocol.msg.ErrorResponseMessage

public class ErrorResponseMessage
extends RexProMessage


Field Summary
 String ErrorMessage
           
static byte FLAG_ERROR_AUTHENTICATION_FAILURE
           
static byte FLAG_ERROR_INVALID_SESSION
           
static byte FLAG_ERROR_MESSAGE_VALIDATION
           
static byte FLAG_ERROR_SCRIPT_FAILURE
           
 
Fields inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
EMPTY_SESSION, Flag, Request, Session, Version
 
Constructor Summary
ErrorResponseMessage()
           
 
Method Summary
 
Methods inherited from class com.tinkerpop.rexster.protocol.msg.RexProMessage
hasSession, requestAsUUID, sessionAsUUID, setRequestAsUUID, setSessionAsUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLAG_ERROR_MESSAGE_VALIDATION

public static final byte FLAG_ERROR_MESSAGE_VALIDATION
See Also:
Constant Field Values

FLAG_ERROR_INVALID_SESSION

public static final byte FLAG_ERROR_INVALID_SESSION
See Also:
Constant Field Values

FLAG_ERROR_SCRIPT_FAILURE

public static final byte FLAG_ERROR_SCRIPT_FAILURE
See Also:
Constant Field Values

FLAG_ERROR_AUTHENTICATION_FAILURE

public static final byte FLAG_ERROR_AUTHENTICATION_FAILURE
See Also:
Constant Field Values

ErrorMessage

public String ErrorMessage
Constructor Detail

ErrorResponseMessage

public ErrorResponseMessage()


Copyright © 2009-2012. All Rights Reserved.