Class DevelopmentProcessException

  • All Implemented Interfaces:
    Serializable

    public class DevelopmentProcessException
    extends TeamException
    Signals that development process creation failed with some reason. Exception messages is shown in UI, localization needs.
    See Also:
    Serialized Form
    • Constructor Detail

      • DevelopmentProcessException

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

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

        public DevelopmentProcessException​(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