|
||||||||||
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.ACSUnauthorizedException
public class ACSUnauthorizedException
Thrown when Azure ACS returns a non-success HTTP status code (for getting a WRAP access token, etc.) because our credentials are not accepted.
Constructor Summary | |
---|---|
ACSUnauthorizedException(java.lang.String wrapName,
java.lang.String detailMessage)
Creates an ACSUnauthorizedException for the given WRAP name and
detail message (from ACS). |
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 |
---|
public ACSUnauthorizedException(java.lang.String wrapName, java.lang.String detailMessage)
ACSUnauthorizedException
for the given WRAP name and
detail message (from ACS).
wrapName
- the WRAP name submitted to the server (must not be
null
)detailMessage
- the detail error message from the server (may be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |