com.microsoft.tfs.core.clients.workitem.exceptions
Class QueryHierarchyException.Type

java.lang.Object
  extended by com.microsoft.tfs.core.clients.workitem.exceptions.QueryHierarchyException.Type
Enclosing class:
QueryHierarchyException

public static final class QueryHierarchyException.Type
extends java.lang.Object


Field Summary
static QueryHierarchyException.Type ACCESS_EXCEPTION
           
static QueryHierarchyException.Type CANNOT_DELETE_ROOT_FOLDER
           
static QueryHierarchyException.Type CANNOT_DENY_ADMIN
           
static QueryHierarchyException.Type CANNOT_MOVE_ROOT_FOLDER
           
static QueryHierarchyException.Type CIRCULAR_REFERENCE
           
static QueryHierarchyException.Type DENIED_OR_NOT_EXIST
           
static QueryHierarchyException.Type INVALID_PERMISSION_COMBINATION
           
static QueryHierarchyException.Type ITEM_ALREADY_EXISTS
           
static QueryHierarchyException.Type NAME_CONFLICTS_WITH_EXISTING_ITEM
           
static QueryHierarchyException.Type OTHER
           
static QueryHierarchyException.Type PARENT_DOES_NOT_EXIST
           
static QueryHierarchyException.Type PARENT_IS_NOT_A_FOLDER
           
static QueryHierarchyException.Type TYPE_MISMATCH
           
 
Method Summary
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OTHER

public static final QueryHierarchyException.Type OTHER

DENIED_OR_NOT_EXIST

public static final QueryHierarchyException.Type DENIED_OR_NOT_EXIST

PARENT_DOES_NOT_EXIST

public static final QueryHierarchyException.Type PARENT_DOES_NOT_EXIST

PARENT_IS_NOT_A_FOLDER

public static final QueryHierarchyException.Type PARENT_IS_NOT_A_FOLDER

NAME_CONFLICTS_WITH_EXISTING_ITEM

public static final QueryHierarchyException.Type NAME_CONFLICTS_WITH_EXISTING_ITEM

CIRCULAR_REFERENCE

public static final QueryHierarchyException.Type CIRCULAR_REFERENCE

TYPE_MISMATCH

public static final QueryHierarchyException.Type TYPE_MISMATCH

ITEM_ALREADY_EXISTS

public static final QueryHierarchyException.Type ITEM_ALREADY_EXISTS

CANNOT_MOVE_ROOT_FOLDER

public static final QueryHierarchyException.Type CANNOT_MOVE_ROOT_FOLDER

CANNOT_DELETE_ROOT_FOLDER

public static final QueryHierarchyException.Type CANNOT_DELETE_ROOT_FOLDER

ACCESS_EXCEPTION

public static final QueryHierarchyException.Type ACCESS_EXCEPTION

CANNOT_DENY_ADMIN

public static final QueryHierarchyException.Type CANNOT_DENY_ADMIN

INVALID_PERMISSION_COMBINATION

public static final QueryHierarchyException.Type INVALID_PERMISSION_COMBINATION
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public int getValue()


© 2015 Microsoft. All rights reserved.