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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpringBootStarterException()
SpringBootStarterException(String message)
SpringBootStarterException(String message, Throwable cause)
SpringBootStarterException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-