Class RecordCreationException

    • Constructor Detail

      • RecordCreationException

        public RecordCreationException()
        Constructs an Exception with no specified detail message.
      • RecordCreationException

        public RecordCreationException​(String s)
        Constructs an Exception with the specified detail message.
        Parameters:
        s - the detail message.