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

OAuthSystemException

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

Summary

Public Constructors
OAuthSystemException()
OAuthSystemException(String s)
OAuthSystemException(Throwable throwable)
OAuthSystemException(String s, Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public OAuthSystemException ()

public OAuthSystemException (String s)

public OAuthSystemException (Throwable throwable)

public OAuthSystemException (String s, Throwable throwable)