UnmodifiableSetExceptionpublic class UnmodifiableSetException extends RuntimeException Thrown to indicate that the requested operation cannot be performed
becasue the set is unmodifiable. |
Constructors Summary |
---|
public UnmodifiableSetException()Constructs an UnsupportedOperationException with no detail message.
| public UnmodifiableSetException(String message)Constructs an UnmodifiableSetException with the specified
detail message.
super(message);
|
|