Class StartupException

    • Constructor Detail

      • StartupException

        public StartupException()
        Constructs a new StartupException with null as its detail message.
      • StartupException

        public StartupException​(String message)
        Constructs a new StartupException with the specified detail message.
        Parameters:
        message - the detail message
      • StartupException

        public StartupException​(String message,
                                Throwable cause)
        Constructs a new StartupException with the specified detail message and cause.
        Parameters:
        message - the detail message
        cause - the cause of the exception
      • StartupException

        public StartupException​(Throwable cause)
        Constructs a new StartupException with the specified cause.
        Parameters:
        cause - the cause of the exception