Class ReportableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.cli.command.init.ReportableException
All Implemented Interfaces:
Serializable

public class ReportableException extends RuntimeException
Exception with a message that can be reported to the user.
Since:
1.2.0
Author:
Stephane Nicoll
See Also:
  • Constructor Details

    • ReportableException

      public ReportableException(String message)
    • ReportableException

      public ReportableException(String message, Throwable cause)