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