Class UnsupportedException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedException
    extends RetrieveIssueException
    Exception is thrown when TeamCity failed to parse or understand the response from the issue tracker, or the issue tracker failed to understand the request from TeamCity. Corresponds to HTTP error 400.
    Since:
    7.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedException

        public UnsupportedException​(String message)