Class UnsupportedVersionException

    • Constructor Detail

      • UnsupportedVersionException

        public UnsupportedVersionException()
        Creates a new instance of UnsupportedVersionException without detail message.
      • UnsupportedVersionException

        public UnsupportedVersionException​(String msg)
        Constructs an instance of UnsupportedVersionException with the specified detail message.
        Parameters:
        msg - the detail message.