Class SpringBootStarterException

  • All Implemented Interfaces:
    Serializable

    public class SpringBootStarterException
    extends RuntimeException
    Runtime exception that is the superclass of all exceptions in the spring boot started.
    See Also:
    Serialized Form
    • Constructor Detail

      • SpringBootStarterException

        public SpringBootStarterException()
      • SpringBootStarterException

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

        public SpringBootStarterException​(String message)
      • SpringBootStarterException

        public SpringBootStarterException​(Throwable cause)