org.glassfish.jersey.oauth1.signature
Class OAuth1SignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSecretException, UnsupportedSignatureMethodException

public class OAuth1SignatureException
extends Exception

Thrown to indicate that an OAuth exception occurred.

Author:
Paul C. Bryan
See Also:
Serialized Form

Constructor Summary
OAuth1SignatureException()
          Constructs an OAuth signature exception with no detail message.
OAuth1SignatureException(String s)
          Constructs an OAuth signature exception with the specified detail message.
OAuth1SignatureException(Throwable cause)
          Constructs an OAuth signature exception with the specified cause.
 
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

OAuth1SignatureException

public OAuth1SignatureException()
Constructs an OAuth signature exception with no detail message.


OAuth1SignatureException

public OAuth1SignatureException(String s)
Constructs an OAuth signature exception with the specified detail message.

Parameters:
s - the detail message.

OAuth1SignatureException

public OAuth1SignatureException(Throwable cause)
Constructs an OAuth signature exception with the specified cause.

Parameters:
cause - the cause of the exception.


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.