Class SpringBootStarterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.spring.boot.starter.util.SpringBootStarterException
All Implemented Interfaces:
Serializable

public class SpringBootStarterException extends RuntimeException
Runtime exception that is the superclass of all exceptions in the spring boot started.
See Also:
  • Constructor Details

    • SpringBootStarterException

      public SpringBootStarterException()
    • SpringBootStarterException

      public SpringBootStarterException(String message, Throwable cause)
    • SpringBootStarterException

      public SpringBootStarterException(String message)
    • SpringBootStarterException

      public SpringBootStarterException(Throwable cause)