com.sun.jersey.oauth.signature
Class UnsupportedSignatureMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jersey.oauth.signature.OAuthSignatureException
com.sun.jersey.oauth.signature.UnsupportedSignatureMethodException
- All Implemented Interfaces:
- Serializable
public class UnsupportedSignatureMethodException
- extends OAuthSignatureException
Thrown to indicate that the OAuth signature method requested is not
supported.
- Author:
- Paul C. Bryan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedSignatureMethodException
public UnsupportedSignatureMethodException()
- Constructs an unsupported OAuth method exception with no detail message.
UnsupportedSignatureMethodException
public UnsupportedSignatureMethodException(String s)
- Constructs an unsupported OAuth method exception with the specified
detail message.
- Parameters:
s
- the detail message.
Copyright © 2013 Oracle Corporation. All Rights Reserved.