Class TeamCityRuntimeException

    • Constructor Detail

      • TeamCityRuntimeException

        public TeamCityRuntimeException()
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.Throwable cause)
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.Throwable cause,
                                        boolean skipLogging)
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.String message)
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.String message,
                                        boolean skipLogging)
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • TeamCityRuntimeException

        public TeamCityRuntimeException​(java.lang.String message,
                                        java.lang.Throwable cause,
                                        boolean skipLogging)
    • Method Detail

      • isSkipLogging

        public boolean isSkipLogging()