Module io.jooby

Class StartupException

All Implemented Interfaces:
Serializable

public class StartupException extends RuntimeException
Thrown when Jooby was unable to initialize and start an application up.
See Also:
  • Constructor Details

    • StartupException

      public StartupException(String message)
      Creates a new instance of this class with the specified message.
      Parameters:
      message - The message
    • StartupException

      public StartupException(String message, Throwable cause)
      Creates a new instance of this class with the specified message and cause.
      Parameters:
      message - The message
      cause - The cause