Class CodestartException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.quarkus.devtools.codestarts.CodestartException
All Implemented Interfaces:
Serializable

public class CodestartException extends RuntimeException
See Also:
  • Constructor Details

    • CodestartException

      public CodestartException(String message, Throwable cause)
    • CodestartException

      public CodestartException(Throwable cause)
    • CodestartException

      public CodestartException(String message)