public class UnsupportedOperationException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
UnsupportedOperationException() |
Constructs an UnsupportedOperationException with no detail message.
|
UnsupportedOperationException(java.lang.String message) |
Constructs an UnsupportedOperationException with the specified
detail message.
|
public UnsupportedOperationException()
public UnsupportedOperationException(java.lang.String message)