What is throw new UnsupportedOperationException?

Can someone explain the throw new UnsupportedOperationException?

When a requested action cannot be executed because it is not supported by that class, an UnsupportedOperationException is produced. Using the asList() method of the java. util. Arrays class is one of the most prevalent sources of this problem.