Package org.odmg

Class ObjectNameNotUniqueException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • ObjectNameNotUniqueException

        public ObjectNameNotUniqueException()
        Construct an instance of the exception.
      • ObjectNameNotUniqueException

        public ObjectNameNotUniqueException​(java.lang.String msg)
        Construct an instance of the exception with a descriptive message.
        Parameters:
        msg - A message containing a description of the exception.