public class

NotAuthorizedException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.api.oauth.NotAuthorizedException

Class Overview

Exception thrown when a message processor requires for the connector to be authorized using OAuth and its not.

Summary

Public Constructors
NotAuthorizedException(String message)
Create a new connection exception
NotAuthorizedException(String message, Throwable throwable)
Create a new connection exception
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NotAuthorizedException (String message)

Create a new connection exception

Parameters
message Message describing what went wrong

public NotAuthorizedException (String message, Throwable throwable)

Create a new connection exception

Parameters
message Message describing what went wrong
throwable Inner exception