Class StartupException

All Implemented Interfaces:
Serializable

public class StartupException extends RuntimeException
Exception thrown to indicate a startup failure in the Bamboo server/agent.
See Also:
  • Constructor Details

    • 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