Class BootstrapExecutorRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.springframework.boot.jpa.autoconfigure.BootstrapExecutorRequiredException
- All Implemented Interfaces:
Serializable
Exception thrown then the auto-configured
LocalContainerEntityManagerFactoryBean is missing a required bootstrap
executor.- Since:
- 4.1.0
- Author:
- Phillip Webb
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBootstrapExecutorRequiredException(String message) BootstrapExecutorRequiredException(String message, @Nullable Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BootstrapExecutorRequiredException
-
BootstrapExecutorRequiredException
-
-
Method Details
-
ofProperty
-