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