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:
    Serialized Form
    • Constructor Detail

      • JazzAuthFailedException

        public JazzAuthFailedException​(String user,
                                       String jazzUrl)
    • Method Detail

      • getUser

        public String getUser()
      • getJazzUrl

        public String getJazzUrl()