Class RepositoryMappingException

  • All Implemented Interfaces:
    Serializable

    public class RepositoryMappingException
    extends RuntimeException
    Runtime exception wrapping other exception that occurred during object transformation inside mapping (e.g. tuple to schema object).
    See Also:
    Serialized Form
    • Constructor Detail

      • RepositoryMappingException

        public RepositoryMappingException​(Throwable cause)
      • RepositoryMappingException

        public RepositoryMappingException​(String message,
                                          Throwable cause)