public class

UnmodifiableSetException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.print.attribute.UnmodifiableSetException

Class Overview

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

Summary

Public Constructors
UnmodifiableSetException()
Constructs an UnsupportedOperationException with no detail message.
UnmodifiableSetException(String message)
Constructs an UnmodifiableSetException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnmodifiableSetException ()

Constructs an UnsupportedOperationException with no detail message.

public UnmodifiableSetException (String message)

Constructs an UnmodifiableSetException with the specified detail message.

Parameters
message the detail message