com.microsoft.tfs.core.clients.workitem.exceptions
Class ValidationException

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.exceptions.TEClientException
                      extended by com.microsoft.tfs.core.clients.workitem.exceptions.WorkItemException
                          extended by com.microsoft.tfs.core.clients.workitem.exceptions.ValidationException
All Implemented Interfaces:
java.io.Serializable

public class ValidationException
extends WorkItemException

Class to describe validation exceptions.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Nested Class Summary
static class ValidationException.Type
           
 
Constructor Summary
ValidationException(java.lang.String message)
           
ValidationException(java.lang.String message, java.lang.Throwable cause)
           
ValidationException(java.lang.String message, java.lang.Throwable cause, int errorId, ValidationException.Type type)
           
 
Method Summary
 ValidationException.Type getType()
           
 
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

ValidationException

public ValidationException(java.lang.String message,
                           java.lang.Throwable cause,
                           int errorId,
                           ValidationException.Type type)

ValidationException

public ValidationException(java.lang.String message,
                           java.lang.Throwable cause)

ValidationException

public ValidationException(java.lang.String message)
Method Detail

getType

public ValidationException.Type getType()


© 2015 Microsoft. All rights reserved.