public class UnmodifiableSetException extends RuntimeException
| Constructor and Description |
|---|
UnmodifiableSetException()
Creates a
UnmodifiableSetException. |
UnmodifiableSetException(String message)
Creates a
UnmodifiableSetException
with the given message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnmodifiableSetException()
UnmodifiableSetException.public UnmodifiableSetException(String message)
UnmodifiableSetException
with the given message.message - the message of the exception