Jakarta Persistence (JPA) Constructor
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:
failures- an array of exceptions, each representing a separate problemmessage- an overall message
- Since:
- Jakarta Persistence (JPA) 1.0