Class MappingNotFoundException

All Implemented Interfaces:
Serializable

public class MappingNotFoundException extends MappingException
Indicates that a mapping document could not be found at a given Origin.
See Also:
  • Constructor Details

    • MappingNotFoundException

      public MappingNotFoundException(String message, org.hibernate.boot.jaxb.Origin origin)
    • MappingNotFoundException

      public MappingNotFoundException(org.hibernate.boot.jaxb.Origin origin)
    • MappingNotFoundException

      public MappingNotFoundException(String message, Throwable root, org.hibernate.boot.jaxb.Origin origin)
    • MappingNotFoundException

      public MappingNotFoundException(Throwable root, org.hibernate.boot.jaxb.Origin origin)