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
Runtime exception that is the superclass of all exceptions in the spring boot started.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSpringBootStarterException(String message) SpringBootStarterException(String message, Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SpringBootStarterException
public SpringBootStarterException() - 
SpringBootStarterException
 - 
SpringBootStarterException
 - 
SpringBootStarterException
 
 -