Class UnsupportedException

  • All Implemented Interfaces:
    java.io.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 Summary

      Constructors 
      Constructor Description
      UnsupportedException​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnsupportedException

        public UnsupportedException​(java.lang.String message)