com.sun.jersey.oauth.signature
Class UnsupportedSignatureMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.jersey.oauth.signature.OAuthSignatureException
              extended by 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

Constructor Summary
UnsupportedSignatureMethodException()
          Constructs an unsupported OAuth method exception with no detail message.
UnsupportedSignatureMethodException(String s)
          Constructs an unsupported OAuth method exception with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.