org.soyatec.windowsazure.error
Class QueueErrorCodeStrings

java.lang.Object
  extended by org.soyatec.windowsazure.error.QueueErrorCodeStrings

public final class QueueErrorCodeStrings
extends java.lang.Object

Error code strings that are specific to queue service


Field Summary
static java.lang.String InvalidMarker
           
static java.lang.String InvalidParameter
           
static java.lang.String MessageNotFound
           
static java.lang.String MessageTooLarge
           
static java.lang.String PopReceiptMismatch
           
static java.lang.String QueueAlreadyExists
           
static java.lang.String QueueBeingDeleted
           
static java.lang.String QueueDisabled
           
static java.lang.String QueueNotEmpty
           
static java.lang.String QueueNotFound
           
 
Constructor Summary
QueueErrorCodeStrings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QueueNotFound

public static final java.lang.String QueueNotFound
See Also:
Constant Field Values

QueueDisabled

public static final java.lang.String QueueDisabled
See Also:
Constant Field Values

QueueAlreadyExists

public static final java.lang.String QueueAlreadyExists
See Also:
Constant Field Values

QueueNotEmpty

public static final java.lang.String QueueNotEmpty
See Also:
Constant Field Values

QueueBeingDeleted

public static final java.lang.String QueueBeingDeleted
See Also:
Constant Field Values

PopReceiptMismatch

public static final java.lang.String PopReceiptMismatch
See Also:
Constant Field Values

InvalidParameter

public static final java.lang.String InvalidParameter
See Also:
Constant Field Values

MessageNotFound

public static final java.lang.String MessageNotFound
See Also:
Constant Field Values

MessageTooLarge

public static final java.lang.String MessageTooLarge
See Also:
Constant Field Values

InvalidMarker

public static final java.lang.String InvalidMarker
See Also:
Constant Field Values
Constructor Detail

QueueErrorCodeStrings

public QueueErrorCodeStrings()