Class MetadataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPropertyFieldException

public class MetadataException extends RuntimeException
Unrecoverable exception thrown when there is a user error in entity metadata (conflicting annotations, missing id fields etc.)
Author:
Frantisek Hartman
See Also:
  • Constructor Details

    • MetadataException

      public MetadataException(String message)