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
public class JazzAuthErrorException extends OslcClientApplicationException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JazzAuthErrorException(int status, String jazzUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJazzUrl()intgetStatus()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-