org.mule.common.security.oauth.exception
Class UnableToAcquireRequestTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mule.common.security.oauth.exception.UnableToAcquireRequestTokenException
All Implemented Interfaces:
Serializable

public class UnableToAcquireRequestTokenException
extends Exception

Exception thrown when the request token needed for building the authorization URL cannot be acquired

See Also:
Serialized Form

Constructor Summary
UnableToAcquireRequestTokenException(Throwable throwable)
           
 
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

UnableToAcquireRequestTokenException

public UnableToAcquireRequestTokenException(Throwable throwable)


Copyright © 2014. All rights reserved.