Uses of Class
java.lang.UnsupportedOperationException
Packages that use UnsupportedOperationException
Package
Description
OpenJ9 management extensions to java.lang.management.
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
This is the core package of the Java Debug
Interface (JDI), it defines mirrors for values, types, and the target
VirtualMachine itself - as well bootstrapping facilities.
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Defines buffers, which are containers for data, and provides an
overview of the other NIO packages.
Defines interfaces and classes for the Java virtual machine to access files,
file attributes, and file systems.
The main package of the Java Image I/O API.
Provides the classes which implement advanced dynamic
loading.
-
Uses of UnsupportedOperationException in com.ibm.lang.management
Methods in com.ibm.lang.management that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionThreadMXBean.dumpAllExtendedThreads
(boolean lockedMonitors, boolean lockedSynchronizers) API method that fetches an array of ExtendedThreadInfo objects corresponding to threads in the virtual machine during the time it is invoked.OperatingSystemMXBean.getHardwareModel()
Instantiates and returns an instance of aString
object containing hardware model informationJvmCpuMonitorMXBean.getThreadsCpuUsage()
This function creates a newJvmCpuMonitorInfo
object and populates it with CPU usage statistics of the various thread categories.JvmCpuMonitorMXBean.getThreadsCpuUsage
(JvmCpuMonitorInfo jcmInfo) This function updates the user providedJvmCpuMonitorInfo
object with CPU usage statistics of the various thread categories.boolean
OperatingSystemMXBean.isHardwareEmulated()
Identify whether the underlying hardware is being emulated -
Uses of UnsupportedOperationException in com.ibm.virtualization.management
Methods in com.ibm.virtualization.management that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionboolean
HypervisorMXBean.isEnvironmentVirtual()
Indicates if the Operating System is running on a Hypervisor or not. -
Uses of UnsupportedOperationException in com.sun.jdi
Subclasses of UnsupportedOperationException in com.sun.jdiModifier and TypeClassDescriptionclass
Thrown to indicate that the operation is invalid because it would modify the VM and the VM is read-only. -
Uses of UnsupportedOperationException in java.awt
Subclasses of UnsupportedOperationException in java.awtModifier and TypeClassDescriptionclass
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.Methods in java.awt that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionboolean
Toolkit.getLockingKeyState
(int keyCode) Returns whether the given locking key on the keyboard is currently in its "on" state.void
Toolkit.setLockingKeyState
(int keyCode, boolean on) Sets the state of the given locking key on the keyboard. -
Uses of UnsupportedOperationException in java.nio
Subclasses of UnsupportedOperationException in java.nioModifier and TypeClassDescriptionclass
Unchecked exception thrown when a content-mutation method such asput
orcompact
is invoked upon a read-only buffer. -
Uses of UnsupportedOperationException in java.nio.file
Subclasses of UnsupportedOperationException in java.nio.fileModifier and TypeClassDescriptionclass
Unchecked exception thrown when an attempt is made to update an object associated with aread-only
FileSystem
. -
Uses of UnsupportedOperationException in javax.imageio
Methods in javax.imageio that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
ImageReadParam.setSourceRenderSize
(Dimension size) If the image is able to be rendered at an arbitrary size, sets the source width and height to the supplied values. -
Uses of UnsupportedOperationException in javax.management.loading
Methods in javax.management.loading that throw UnsupportedOperationExceptionModifier and TypeMethodDescriptionvoid
MLet.readExternal
(ObjectInput in) Restore this MLet's contents from the givenObjectInput
.void
MLet.writeExternal
(ObjectOutput out) Save this MLet's contents to the givenObjectOutput
.