Class NoPersistenceInformationException

  • All Implemented Interfaces:
    Serializable

    public class NoPersistenceInformationException
    extends javax.jdo.JDOUserException
    Exception thrown when a class is required to have persistence information (metadata/annotations) yet none can be found.
    See Also:
    Serialized Form
    • Constructor Detail

      • NoPersistenceInformationException

        public NoPersistenceInformationException​(String msg,
                                                 Exception nested)
        Constructs an exception for the specified class with the supplied nested exception.
        Parameters:
        msg - The message
        nested - the nested exception(s).