Package java.lang
Class UnsupportedOperationException

Public Constructor UnsupportedOperationException

UnsupportedOperationException()

UnsupportedOperationException(String s)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

constructor UnsupportedOperationException():

Constructs an UnsupportedOperationException with no detail message.

constructor UnsupportedOperationException(String s):

Constructs an UnsupportedOperationException with the specified detail message.