org.mule.common.security.oauth.exception
Class NotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.common.security.oauth.exception.NotAuthorizedException
- All Implemented Interfaces:
- Serializable
public class NotAuthorizedException
- extends Exception
This exception signals that a connector's authorization process hasn't taken place
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotAuthorizedException
public NotAuthorizedException(String message)
NotAuthorizedException
public NotAuthorizedException(String message,
String accessTokenId)
NotAuthorizedException
public NotAuthorizedException(String message,
Throwable throwable)
NotAuthorizedException
public NotAuthorizedException(String message,
String accessTokenId,
Throwable throwable)
getAccessTokenId
public String getAccessTokenId()
Copyright © 2014. All rights reserved.