Searched refs:UnmodifiableSetException (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/
H A DUnmodifiableSetException.java35 public class UnmodifiableSetException extends RuntimeException { class in inherits:RuntimeException
39 public UnmodifiableSetException() { method in class:UnmodifiableSetException
43 * Constructs an UnmodifiableSetException with the specified
48 public UnmodifiableSetException(String message) { method in class:UnmodifiableSetException
H A DAttributeSetUtilities.java45 * results in an UnmodifiableSetException.
95 throw new UnmodifiableSetException();
99 throw new UnmodifiableSetException();
103 throw new UnmodifiableSetException();
115 throw new UnmodifiableSetException();
127 throw new UnmodifiableSetException();

Completed in 29 milliseconds