What is an unsupported operation exception?
UnsupportedOperationException is a Java runtime error that occurs when a requested operation is not available. An UnsupportedOperationException is triggered when an unmodifiable List is attempted to be edited by adding or deleting entries.