Uses of Class
java.lang.UnsupportedOperationException

Packages that use UnsupportedOperationException
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
javax.net.ssl Provides classes for the secure socket package. 
 

Uses of UnsupportedOperationException in java.awt
 

Subclasses of UnsupportedOperationException in java.awt
 class HeadlessException
          Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.
 

Uses of UnsupportedOperationException in javax.net.ssl
 

Methods in javax.net.ssl that throw UnsupportedOperationException
static ServerSocketFactory SSLServerSocketFactory.getDefault()
          Returns the default SSL server socket factory.
 SSLServerSocketFactory SSLContext.getServerSocketFactory()
          Returns a ServerSocketFactory object for this context.