Class ProjectGenerationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.spring.initializr.generator.project.ProjectGenerationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidProjectRequestException

public class ProjectGenerationException extends RuntimeException
Thrown when a project generation failure occurs.
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • ProjectGenerationException

      public ProjectGenerationException(String message)
    • ProjectGenerationException

      public ProjectGenerationException(String message, Throwable cause)