Package org.eclipse.lyo.client.exception
Class JazzAuthFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.lyo.client.exception.OslcClientApplicationException
-
- org.eclipse.lyo.client.exception.JazzAuthFailedException
-
- All Implemented Interfaces:
Serializable
public class JazzAuthFailedException extends OslcClientApplicationException
Thrown when the HTTP status code for the response from the Jazz server indicates an error in the request. Contains the status code and URL of the server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JazzAuthFailedException(String user, String jazzUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJazzUrl()StringgetUser()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-