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