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

public class BootstrapExecutorRequiredException extends IllegalStateException
Exception thrown then the auto-configured LocalContainerEntityManagerFactoryBean is missing a required bootstrap executor.
Since:
4.1.0
Author:
Phillip Webb
See Also:
  • Constructor Details

    • BootstrapExecutorRequiredException

      public BootstrapExecutorRequiredException(String message)
    • BootstrapExecutorRequiredException

      public BootstrapExecutorRequiredException(String message, @Nullable Throwable cause)
  • Method Details