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:
java.io.Serializable
public class UnsupportedSignatureMethodException extends OAuth1SignatureException
Thrown to indicate that the OAuth signature method requested is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedSignatureMethodException()
Constructs an unsupported OAuth method exception with no detail message.UnsupportedSignatureMethodException(java.lang.String s)
Constructs an unsupported OAuth method exception with the specified detail message.
-
-
-
Constructor Detail
-
UnsupportedSignatureMethodException
public UnsupportedSignatureMethodException()
Constructs an unsupported OAuth method exception with no detail message.
-
UnsupportedSignatureMethodException
public UnsupportedSignatureMethodException(java.lang.String s)
Constructs an unsupported OAuth method exception with the specified detail message.- Parameters:
s
- the detail message.
-
-