Package org.hibernate

Class MappingNotFoundException

    • Constructor Detail

      • MappingNotFoundException

        public MappingNotFoundException​(String customMessage,
                                        String type,
                                        String path,
                                        Throwable cause)
        Deprecated.
        Constructs a MappingNotFoundException using the given information.
        Parameters:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
      • MappingNotFoundException

        public MappingNotFoundException​(String customMessage,
                                        String type,
                                        String path)
        Deprecated.
        Constructs a MappingNotFoundException using the given information.
        Parameters:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(String type,
                                        String path)
        Deprecated.
        Constructs a MappingNotFoundException using the given information, using a standard message.
        Parameters:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(String type,
                                        String path,
                                        Throwable cause)
        Deprecated.
        Constructs a MappingNotFoundException using the given information, using a standard message.
        Parameters:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
    • Method Detail

      • getType

        public String getType()
        Deprecated.
      • getPath

        public String getPath()
        Deprecated.