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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.tfs.core.clients.workitem.exceptions.QueryHierarchyException
All Implemented Interfaces:
java.io.Serializable

public class QueryHierarchyException
extends java.lang.RuntimeException

Class for an error that occurs during a query of the hierarchy of the work item store.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Nested Class Summary
static class QueryHierarchyException.Type
           
 
Constructor Summary
QueryHierarchyException(java.lang.String message, java.lang.Throwable cause, QueryHierarchyException.Type type)
           
 
Method Summary
 QueryHierarchyException.Type getType()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryHierarchyException

public QueryHierarchyException(java.lang.String message,
                               java.lang.Throwable cause,
                               QueryHierarchyException.Type type)
Method Detail

getType

public QueryHierarchyException.Type getType()


© 2015 Microsoft. All rights reserved.