Class 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 Detail

      • JazzAuthErrorException

        public JazzAuthErrorException​(int status,
                                      String jazzUrl)
    • Method Detail

      • getStatus

        public int getStatus()
      • getJazzUrl

        public String getJazzUrl()