Creating an instance of the LawsonHttpClient class

The LawsonHttpClient class is a simple constructor that takes no arguments. The following syntax invokes an instance of the class:

LawsonHttpClient lhc = new LawsonHttpClient();

The class does not throw exceptions.