Class DevelopmentProcessSettingsException

All Implemented Interfaces:
Serializable

public class DevelopmentProcessSettingsException extends TeamException
Signals that development process settings manager usage failed with some reason.
See Also:
  • Constructor Details

    • DevelopmentProcessSettingsException

      public DevelopmentProcessSettingsException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message, cannot be null
    • DevelopmentProcessSettingsException

      public DevelopmentProcessSettingsException(Throwable cause)
      Constructs a new exception with the specified cause.
      Parameters:
      cause - the cause, cannot be null
    • DevelopmentProcessSettingsException

      public DevelopmentProcessSettingsException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the detail message, cannot be null
      cause - the cause, cannot be null