javax.help

Class UnsupportedOperationException


public class UnsupportedOperationException
extends RuntimeException

This is a platform-independent stand-in for the java.lang class

Constructor Summary

UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.
UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified detail message.

Constructor Details

UnsupportedOperationException

public UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.

UnsupportedOperationException

public UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified detail message. A null message is valid.