public class UnsupportedOperationException
extends java.lang.NoSuchMethodError
UnsupportedOperationException provides a way to flag methods
that are not implemented.| Constructor and Description |
|---|
UnsupportedOperationException()
Constructs a
UnsupportedOperationException with no specified
detail message. |
UnsupportedOperationException(java.lang.String message)
Constructs a
UnsupportedOperationException with the specified
detail message. |
public UnsupportedOperationException()
UnsupportedOperationException with no specified
detail message.public UnsupportedOperationException(java.lang.String message)
UnsupportedOperationException with the specified
detail message.message - Detail message.