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