public class UnsupportedSignatureMethodException extends OAuthSignatureException
Constructor and Description |
---|
UnsupportedSignatureMethodException()
Constructs an unsupported OAuth method exception with no detail message.
|
UnsupportedSignatureMethodException(String s)
Constructs an unsupported OAuth method exception with the specified
detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedSignatureMethodException()
public UnsupportedSignatureMethodException(String s)
s
- the detail message.Copyright © 2013 Oracle Corporation. All rights reserved.