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(String className, Throwable cause)

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

Parameters:
  • className – name of the class building which caused the issue
  • cause – the cause of exception.