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