JPA Constructor
in jakarta.persistence.SchemaValidationException

SchemaValidationException(
  String message, 
  Exception... failures
)


Constructs a new instance with a message and, optionally, an array of exceptions, each representing a problem detected while validating the schema.
Parameters:
message - an overall message
failures - an array of exceptions, each representing a separate problem
Since:
JPA 3.2