CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.manager.util
Class ArtifactNameConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intland.codebeamer.persistence.util.exception.CodebeamerException
              extended by com.intland.codebeamer.manager.util.ArtifactNameConflictException
All Implemented Interfaces:
java.io.Serializable

public class ArtifactNameConflictException
extends CodebeamerException

Indicates that the name of an artifact would violate the name-is-unique-in-its-scope rule. For example, a file name must be unique in its own directory or a project wiki page name must be unique in its enclosing project.

See Also:
Serialized Form

Constructor Summary
ArtifactNameConflictException()
           
ArtifactNameConflictException(java.lang.String message)
           
 
Method Summary
 
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

ArtifactNameConflictException

public ArtifactNameConflictException()

ArtifactNameConflictException

public ArtifactNameConflictException(java.lang.String message)

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.