Package Summary  Overview Summary

class:UnmodifiableSetException [NONE]

  • All Implemented Interfaces:
    Serializable


    public class UnmodifiableSetException
    extends RuntimeException
    
    Thrown to indicate that the requested operation cannot be performed because the set is unmodifiable.
    Since:
    1.4
    See Also:
    Serialized Form

constructor:UnmodifiableSetException() [NONE]

  • UnmodifiableSetException

    public UnmodifiableSetException()
    Constructs an UnsupportedOperationException with no detail message.

constructor:UnmodifiableSetException(java.lang.String) [NONE]

  • UnmodifiableSetException

    public UnmodifiableSetException(String message)
    Constructs an UnmodifiableSetException with the specified detail message.
    Parameters:
    message - the detail message

© 2017 Oracle Corporation and/or its affiliates