public class UnsupportedException extends ServiceResponseException
| Constructor and Description |
|---|
UnsupportedException(String message)
Instantiates a new unsupported Exception.
|
UnsupportedException(String message,
Throwable cause)
Instantiates a new Unsupported Exception.
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedException(String message)
message - the messageCopyright © 2015. All rights reserved.