com.microsoft.tfs.core.exceptions.mappers
Class WorkItemExceptionMapper

java.lang.Object
  extended by com.microsoft.tfs.core.exceptions.mappers.TECoreExceptionMapper
      extended by com.microsoft.tfs.core.exceptions.mappers.WorkItemExceptionMapper

public final class WorkItemExceptionMapper
extends TECoreExceptionMapper

The WorkItemExceptionMapper class is used to map exceptions during a call to the Work Item Tracking web service into an appropriate exception that the WIT object model should throw. The exceptions that are translated are generally SOAPFaults.

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Constructor Summary
WorkItemExceptionMapper()
           
 
Method Summary
static java.lang.RuntimeException map(java.lang.RuntimeException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemExceptionMapper

public WorkItemExceptionMapper()
Method Detail

map

public static java.lang.RuntimeException map(java.lang.RuntimeException e)
See Also:
TECoreExceptionMapper.map(RuntimeException)


© 2015 Microsoft. All rights reserved.