public class UnsupportedSignatureMethodException extends OAuth1SignatureException
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 © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.