javax.print.attribute

Class UnmodifiableSetException

public class UnmodifiableSetException extends RuntimeException

Exception which is thrown if an operation on an unmodifiable set is invoked.

Since: 1.4

Constructor Summary
UnmodifiableSetException()
Creates a UnmodifiableSetException.
UnmodifiableSetException(String message)
Creates a UnmodifiableSetException with the given message.

Constructor Detail

UnmodifiableSetException

public UnmodifiableSetException()
Creates a UnmodifiableSetException.

UnmodifiableSetException

public UnmodifiableSetException(String message)
Creates a UnmodifiableSetException with the given message.

Parameters: message the message of the exception