public class UnsupportedOperationException extends InvalidRequestException
| Constructor and Description |
|---|
UnsupportedOperationException()
Creates an instance.
|
UnsupportedOperationException(String msg)
Creates an instance with a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedOperationException()
public UnsupportedOperationException(String msg)
msg - the messageCopyright © 2018. All Rights Reserved.