EntityInfrastructureException

public class EntityInfrastructureException extends MdsException

The EntityInfrastructureException exception signals a situation when there were problems with creating repository/service interface/service class for entity.

Constructors

EntityInfrastructureException

public EntityInfrastructureException(Throwable cause)

Constructs a new EntityInfrastructureException with mds.error.entityInfrastructureFailure as a message key.

Parameters:
  • cause – the cause of exception.