Class ServiceNotFoundException

    • Constructor Detail

      • ServiceNotFoundException

        public ServiceNotFoundException()
      • ServiceNotFoundException

        public ServiceNotFoundException​(String message)
      • ServiceNotFoundException

        public ServiceNotFoundException​(String message,
                                        Throwable cause)
      • ServiceNotFoundException

        public ServiceNotFoundException​(Throwable cause)
      • ServiceNotFoundException

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

      • getWhatsNotFound

        @Nullable
        public Class getWhatsNotFound()