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