public class

UnableToAcquireConnectionException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.module.linkedin.connection.UnableToAcquireConnectionException

Class Overview

Exception thrown when the connection needed for executing an operation is null.

Summary

[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
UnableToAcquireConnectionException()
Create a new exception
UnableToAcquireConnectionException(String message)
Create a new exception
UnableToAcquireConnectionException(Throwable throwable)
Create a new exception
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public UnableToAcquireConnectionException ()

Create a new exception

public UnableToAcquireConnectionException (String message)

Create a new exception

Parameters
message

public UnableToAcquireConnectionException (Throwable throwable)

Create a new exception

Parameters
throwable Inner exception