Top Description Fields Constructors
javax.print.attribute

public Class UnmodifiableSetException

extends RuntimeException
Class Inheritance
Imports
java.io.Serial

Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.
Author
Phil Race
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long
serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Use serialVersionUID from JDK 1.4 for interoperability.

Constructor Summary

AccessConstructor and Description
public
UnmodifiableSetException()

Constructs an UnsupportedOperationException with no detail message.

public
UnmodifiableSetException(String
the detail message
message
)

Constructs an UnmodifiableSetException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Use serialVersionUID from JDK 1.4 for interoperability.

Annotations
@Serial

Constructor Detail

UnmodifiableSetExceptionback to summary
public UnmodifiableSetException()

Constructs an UnsupportedOperationException with no detail message.

UnmodifiableSetExceptionback to summary
public UnmodifiableSetException(String message)

Constructs an UnmodifiableSetException with the specified detail message.

Parameters
message:String

the detail message