|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.TEClientException
com.microsoft.tfs.core.clients.workitem.exceptions.WorkItemException
com.microsoft.tfs.core.clients.workitem.exceptions.UnableToSaveException
public class UnableToSaveException
Exception thrown when a work item cannot be saved.
Constructor Summary | |
---|---|
UnableToSaveException(java.lang.String message)
|
|
UnableToSaveException(java.lang.String message,
java.lang.Throwable cause)
|
|
UnableToSaveException(java.lang.Throwable cause)
|
Method Summary |
---|
Methods inherited from class com.microsoft.tfs.core.clients.workitem.exceptions.WorkItemException |
---|
getErrorID |
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 UnableToSaveException(java.lang.String message, java.lang.Throwable cause)
public UnableToSaveException(java.lang.String message)
public UnableToSaveException(java.lang.Throwable cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |