Class ServiceNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ServiceNotFoundException
    extends TeamCityRuntimeException
    This exception is thrown when a requested service isn't found within the context
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceNotFoundException

        public ServiceNotFoundException()
      • ServiceNotFoundException

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

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

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

        public ServiceNotFoundException​(@NotNull
                                        java.lang.Class whatsNotFound)
    • Method Detail

      • getWhatsNotFound

        @Nullable
        public java.lang.Class getWhatsNotFound()