UnmodifiableSetException
Class UnmodifiableSetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.print.attribute.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.
<