oauthP5.oauth
Class OAuthParametersMissingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oauthP5.oauth.OAuthException
                  extended by oauthP5.oauth.OAuthParametersMissingException
All Implemented Interfaces:
Serializable

public class OAuthParametersMissingException
extends OAuthException

Specialized exception that represents a missing OAuth parameter.

Author:
Pablo Fernandez
See Also:
Serialized Form

Constructor Summary
OAuthParametersMissingException(OAuthRequest request)
          Default constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthParametersMissingException

public OAuthParametersMissingException(OAuthRequest request)
Default constructor.

Parameters:
request - OAuthRequest that caused the error


Processing library oauthP5 by New York Times R&D Lab. (c) 2012