messif.operations
Class OperationErrorCode
java.lang.Object
messif.utility.ErrorCode
messif.operations.OperationErrorCode
- All Implemented Interfaces:
- java.io.Serializable
public class OperationErrorCode
- extends ErrorCode
Error codes related to operations.
- See Also:
- Serialized Form
Constructor Summary |
OperationErrorCode(java.lang.String text)
Creates a new instance of OperationErrorCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
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.
OperationErrorCode
public OperationErrorCode(java.lang.String text)
- Creates a new instance of OperationErrorCode
- Parameters:
text
- description of the error code