com.starteam.exceptions
Class ItemNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.starteam.exceptions.ServerException
                  extended by com.starteam.exceptions.ItemNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class ItemNotFoundException
extends ServerException

An exception that is raised when an item with the given ItemID was not found. This may indicate that the item was deleted from the view by another user.

See Also:
ServerAdministration.getServerLockStatus(), Serialized Form

Method Summary
 
Methods inherited from class com.starteam.exceptions.ServerException
getAuxData, getAuxKeys, getClassName, getErrorCode, getErrorMessage, getErrorSource, getLogEntry, getMessage, getNonLocalizedMessage, getServer, getTimeLogged, isLogged, setErrorMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.