Class UnsupportedSignatureMethodException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
org.glassfish.jersey.oauth1.signature.UnsupportedSignatureMethodException
- All Implemented Interfaces:
 Serializable
Thrown to indicate that the OAuth signature method requested is not
 supported.
- Author:
 - Paul C. Bryan <pbryan@sun.com>
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs an unsupported OAuth method exception with no detail message.Constructs an unsupported OAuth method exception with the specified detail message. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
UnsupportedSignatureMethodException
public UnsupportedSignatureMethodException()Constructs an unsupported OAuth method exception with no detail message. - 
UnsupportedSignatureMethodException
Constructs an unsupported OAuth method exception with the specified detail message.- Parameters:
 s- the detail message.
 
 -