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

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

public class UnableToAcquireAccessTokenException
extends Exception

Exception thrown when the access token needed for accessing a protected resource cannot be acquired

See Also:
Serialized Form

Constructor Summary
UnableToAcquireAccessTokenException(String message, Throwable throwable)
           
UnableToAcquireAccessTokenException(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

UnableToAcquireAccessTokenException

public UnableToAcquireAccessTokenException(Throwable throwable)

UnableToAcquireAccessTokenException

public UnableToAcquireAccessTokenException(String message,
                                           Throwable throwable)


Copyright © 2014. All rights reserved.