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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
NotAuthorizedException(String message)
           
NotAuthorizedException(String message, String accessTokenId)
           
NotAuthorizedException(String message, String accessTokenId, Throwable throwable)
           
NotAuthorizedException(String message, Throwable throwable)
           
 
Method Summary
 String getAccessTokenId()
           
 
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

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)
Method Detail

getAccessTokenId

public String getAccessTokenId()


Copyright © 2015 MuleSoft, Inc.. All rights reserved.