Package org.eclipse.lyo.client.exception
Class JazzAuthErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.lyo.client.exception.OslcClientApplicationException
org.eclipse.lyo.client.exception.JazzAuthErrorException
- All Implemented Interfaces:
Serializable
Thrown when an HTTP response comes back from the Jazz server with an HTTP response header
X-com-ibm-team-repository-web-auth-msg with a value of "authfailed". The server sends this
when the user could not be authenticated. The exception will contain
the username and the URL of the server.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JazzAuthErrorException
-
-
Method Details
-
getStatus
public int getStatus() -
getJazzUrl
-