public class

OAuthTokenExpiredException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.mule.modules.google.oauth.invalidation.OAuthTokenExpiredException

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class java.lang.RuntimeException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
OAuthTokenExpiredException(String message)
OAuthTokenExpiredException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 2088778737502664177 (0x1cfcd531e73c35f1)

Public Constructors

public OAuthTokenExpiredException (String message)

Parameters
message

public OAuthTokenExpiredException (String message, Throwable cause)

Parameters
message
cause