public class

LinkedInOAuthServiceException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ com.google.code.linkedinapi.client.oauth.LinkedInOAuthServiceException

Class Overview

Class description

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
LinkedInOAuthServiceException()
Constructs ...
LinkedInOAuthServiceException(String message)
Constructs ...
LinkedInOAuthServiceException(Throwable cause)
Constructs ...
LinkedInOAuthServiceException(String message, Throwable cause)
Constructs ...
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -4345556572105572685 (0xc3b17b5248487eb3)

Public Constructors

public LinkedInOAuthServiceException ()

Constructs ...

public LinkedInOAuthServiceException (String message)

Constructs ...

Parameters
message

public LinkedInOAuthServiceException (Throwable cause)

Constructs ...

Parameters
cause

public LinkedInOAuthServiceException (String message, Throwable cause)

Constructs ...

Parameters
message
cause