EntityCreationException

public class EntityCreationException extends MdsException

The EntityCreationException exception signals a situation when there were problems with creating new entity class.

Constructors

EntityCreationException

public EntityCreationException(Throwable cause)

Constructs a new EntityCreationException with mds.error.entityBuilderFailure as a message key.

Parameters:
  • cause – the cause of exception.

EntityCreationException

public EntityCreationException(String messageKey)