Class NoPersistenceInformationException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      NoPersistenceInformationException​(java.lang.String msg, java.lang.Exception nested)
      Constructs an exception for the specified class with the supplied nested exception.
    • Method Summary

      • Methods inherited from class javax.jdo.JDOException

        getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoPersistenceInformationException

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