UnsupportedOperationExceptionpublic class UnsupportedOperationException extends RuntimeException Thrown to indicate that the requested operation is not supported. |
Constructors Summary |
---|
public UnsupportedOperationException()Constructs an UnsupportedOperationException with no detail message.
| public UnsupportedOperationException(String message)Constructs an UnsupportedOperationException with the specified
detail message.
super(message);
|
|