public class UnsupportedSignatureMethodException extends OAuthSignatureException
| Constructor and Description |
|---|
UnsupportedSignatureMethodException()
Constructs an unsupported OAuth method exception with no detail message.
|
UnsupportedSignatureMethodException(java.lang.String s)
Constructs an unsupported OAuth method exception with the specified
detail message.
|
public UnsupportedSignatureMethodException()
public UnsupportedSignatureMethodException(java.lang.String s)
s - the detail message.Copyright © 2016 Oracle Corporation. All Rights Reserved.