UnmodifiableSetException

Class UnmodifiableSetException

All Implemented Interfaces:
Serializable
public class UnmodifiableSetException
extends RuntimeException

Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.

<