Class KnownRecoverableError

    • Constructor Detail

      • KnownRecoverableError

        protected KnownRecoverableError​(String message)
      • KnownRecoverableError

        protected KnownRecoverableError​(String message,
                                        Throwable cause)
    • Method Detail

      • recover

        public abstract boolean recover​(StartupContext startupContext)
        Tries to recover. Returns true if recovered, false otherwise.