public class UnsupportedOperationException extends RuntimeException
This class is a member of the Java Collections Framework.
Constructor and Description |
---|
UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.
|
UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified
detail message.
|
getMessage, initCause, printStackTrace, printStackTrace, toString
public UnsupportedOperationException()
public UnsupportedOperationException(String message)
message
- the detail message