Class TestkubeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.jenkins.plugins.testkube.cli.setup.TestkubeException
All Implemented Interfaces:
Serializable

public class TestkubeException extends Exception
See Also:
  • Constructor Details

    • TestkubeException

      public TestkubeException(String title, String details)
    • TestkubeException

      public TestkubeException(String title, String details, List<String> solutions)
  • Method Details

    • getTitle

      public String getTitle()
    • getDetails

      public String getDetails()
    • getPossibleSolutions

      public List<String> getPossibleSolutions()