org.mule.common.security.oauth.exception
Class UnableToAcquireAccessTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnableToAcquireAccessTokenException
public UnableToAcquireAccessTokenException(Throwable throwable)
UnableToAcquireAccessTokenException
public UnableToAcquireAccessTokenException(String message,
Throwable throwable)
Copyright © 2015 MuleSoft, Inc.. All rights reserved.