messif.operations
Class OperationErrorCode

java.lang.Object
  extended by messif.utility.ErrorCode
      extended by messif.operations.OperationErrorCode
All Implemented Interfaces:
java.io.Serializable

public class OperationErrorCode
extends ErrorCode

Error codes related to operations.

See Also:
Serialized Form

Field Summary
static OperationErrorCode EMPTY_ANSWER
          Empty answer returned.
static OperationErrorCode HAS_NEXT
          Response to a query has not been returned completely, i.e.
static OperationErrorCode RESPONSE_RETURNED
          Response to a query has been returned, i.e.
 
Fields inherited from class messif.utility.ErrorCode
NOT_SET, text, UNKNOWN_ERROR
 
Constructor Summary
OperationErrorCode(java.lang.String text)
          Creates a new instance of OperationErrorCode
 
Method Summary
 
Methods inherited from class messif.utility.ErrorCode
equals, hashCode, isSet, isUnknownError, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

RESPONSE_RETURNED

public static OperationErrorCode RESPONSE_RETURNED
Response to a query has been returned, i.e. the query finished successfully.


EMPTY_ANSWER

public static OperationErrorCode EMPTY_ANSWER
Empty answer returned.


HAS_NEXT

public static OperationErrorCode HAS_NEXT
Response to a query has not been returned completely, i.e. the same operation should be called again.

Constructor Detail

OperationErrorCode

public OperationErrorCode(java.lang.String text)
Creates a new instance of OperationErrorCode

Parameters:
text - description of the error code