Class EntityManagerInitException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.smeup.kokos.sdk.entity.exception.EntityManagerInitException
All Implemented Interfaces:
Serializable

public class EntityManagerInitException extends RuntimeException
Thrown when EntityManager cannot be initialized — for example when a repository class discovered during package scanning cannot be instantiated.
See Also:
  • Constructor Details

    • EntityManagerInitException

      public EntityManagerInitException(String message, Throwable cause)