com.microsoft.tfs.core.clients.favorites.exceptions
Class DuplicateFavoritesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.tfs.core.exceptions.TECoreException
                  extended by com.microsoft.tfs.core.clients.favorites.exceptions.FavoritesException
                      extended by com.microsoft.tfs.core.clients.favorites.exceptions.DuplicateFavoritesException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateFavoritesException
extends FavoritesException

See Also:
Serialized Form

Constructor Summary
DuplicateFavoritesException(FavoriteItem duplicateItem)
           
DuplicateFavoritesException(FavoriteItem duplicateItem, java.lang.Throwable cause)
           
DuplicateFavoritesException(java.lang.String message, FavoriteItem duplicateItem)
           
 
Method Summary
 FavoriteItem getDuplicateItem()
           
 
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

DuplicateFavoritesException

public DuplicateFavoritesException(FavoriteItem duplicateItem)

DuplicateFavoritesException

public DuplicateFavoritesException(java.lang.String message,
                                   FavoriteItem duplicateItem)

DuplicateFavoritesException

public DuplicateFavoritesException(FavoriteItem duplicateItem,
                                   java.lang.Throwable cause)
Method Detail

getDuplicateItem

public FavoriteItem getDuplicateItem()


© 2015 Microsoft. All rights reserved.