Class UnsupportedDataTypeException

    • Constructor Detail

      • UnsupportedDataTypeException

        public UnsupportedDataTypeException()
        Constructs an UnsupportedDataTypeException with no detail message.
      • UnsupportedDataTypeException

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