This project has retired. For details please refer to its Attic page.
OAuthRuntimeException | Apache Oltu - OAuth 2.0
public class

OAuthRuntimeException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.apache.oltu.oauth2.common.exception.OAuthRuntimeException

Summary

Public Constructors
OAuthRuntimeException()
OAuthRuntimeException(String message)
OAuthRuntimeException(String message, Throwable cause)
OAuthRuntimeException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OAuthRuntimeException ()

public OAuthRuntimeException (String message)

public OAuthRuntimeException (String message, Throwable cause)

public OAuthRuntimeException (Throwable cause)