com.sun.jersey.oauth.signature
Class InvalidSecretException

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.InvalidSecretException
All Implemented Interfaces:
Serializable

public class InvalidSecretException
extends OAuthSignatureException

Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.

Author:
Paul C. Bryan
See Also:
Serialized Form

Constructor Summary
InvalidSecretException()
          Constructs an invalid OAuth secret exception with no detail message.
InvalidSecretException(String s)
          Constructs an invalid OAuth secret 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

InvalidSecretException

public InvalidSecretException()
Constructs an invalid OAuth secret exception with no detail message.


InvalidSecretException

public InvalidSecretException(String s)
Constructs an invalid OAuth secret exception with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2013 Oracle Corporation. All Rights Reserved.