Class 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:
  • Constructor Details

    • JazzAuthFailedException

      public JazzAuthFailedException(String user, String jazzUrl)
  • Method Details

    • getUser

      public String getUser()
    • getJazzUrl

      public String getJazzUrl()