|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.compuware.optimaltrace.tools.common.tpn.ProjectNotUniqueException
public class ProjectNotUniqueException
Class ProjectNotUniqueException Indicates that a project is not unique within the repository. If the project id
Constructor Summary | |
---|---|
ProjectNotUniqueException(java.lang.String msg)
Constructor ProjectNotUniqueException |
|
ProjectNotUniqueException(java.lang.String msg,
java.lang.String existingProjectName)
Constructor ProjectNotUniqueException |
Method Summary | |
---|---|
java.lang.String |
getExistingProjectName()
Gets the existing project name. |
boolean |
isIdDuplicate()
Checks if the id is duplicate. |
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 |
---|
public ProjectNotUniqueException(java.lang.String msg)
msg
- public ProjectNotUniqueException(java.lang.String msg, java.lang.String existingProjectName)
msg
- existingProjectName
- Method Detail |
---|
public boolean isIdDuplicate()
public java.lang.String getExistingProjectName()
|
OptimalTrace 5.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |