public class UnsupportedOperationException extends RuntimeException
This class is a member of the Java Collections Framework.
| Constructor and Description |
|---|
UnsupportedOperationException()
Constructs an UnsupportedOperationException with no detail message.
|
UnsupportedOperationException(String message)
Constructs an UnsupportedOperationException with the specified
detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedOperationException()
public UnsupportedOperationException(String message)
message - the detail messageCopyright © 2012 CableLabs. All Rights Reserved.