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

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

public final class VersionControlIntegrationExceptionMapper
extends TECoreExceptionMapper

Maps exceptions for the version control integration client.

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

Constructor Summary
VersionControlIntegrationExceptionMapper()
           
 
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

VersionControlIntegrationExceptionMapper

public VersionControlIntegrationExceptionMapper()
Method Detail

map

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


© 2015 Microsoft. All rights reserved.